UpdateDeveloperMetadataRequest class
A request to update properties of developer metadata.
Updates the properties of the developer metadata selected by the filters to the values provided in the DeveloperMetadata resource. Callers must specify the properties they wish to update in the fields parameter, as well as specify at least one DataFilter matching the metadata they wish to update.
Constructors
-
UpdateDeveloperMetadataRequest({List<
DataFilter> ? dataFilters, DeveloperMetadata? developerMetadata, String? fields}) - UpdateDeveloperMetadataRequest.fromJson(Map json_)
Properties
-
dataFilters
↔ List<
DataFilter> ? -
The filters matching the developer metadata entries to update.
getter/setter pair
- developerMetadata ↔ DeveloperMetadata?
-
The value that all metadata matched by the data filters will be updated
to.
getter/setter pair
- fields ↔ String?
-
The fields that should be updated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited