ResourceUpdate class

Constructors

ResourceUpdate({ResourceAccessControl? accessControl, ResourceUpdateError? error, String? finalProperties, String? intent, String? manifest, String? properties, String? state, List<ResourceUpdateWarnings>? warnings})
ResourceUpdate.fromJson(Map json_)

Properties

accessControl ↔ ResourceAccessControl?
The Access Control Policy to set on this resource after updating the resource itself.
getter/setter pair
error ↔ ResourceUpdateError?
If errors are generated during update of the resource, this field will be populated.
getter/setter pair
finalProperties ↔ String?
The expanded properties of the resource with reference values expanded.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
intent ↔ String?
The intent of the resource: PREVIEW, UPDATE, or CANCEL.
getter/setter pair
manifest ↔ String?
URL of the manifest representing the update configuration of this resource.
getter/setter pair
properties ↔ String?
The set of updated properties for this resource, before references are expanded.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state ↔ String?
The state of the resource.
getter/setter pair
warnings ↔ List<ResourceUpdateWarnings>?
If warning messages are generated during processing of this resource, this field will be populated.
getter/setter pair

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