BindingDelta class
One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.
Constructors
- BindingDelta()
- BindingDelta.fromJson(Map _json)
Properties
- action ↔ String
-
The action that was performed on a Binding. Required
Possible string values are: [...]
read / write
- condition ↔ Expr
-
The condition that is associated with this binding.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- member ↔ String
-
A single identity requesting access for a Cloud Platform resource. Follows
the same format of Binding.members. Required
read / write
- role ↔ String
-
Role that is assigned to
members
. For example,roles/viewer
,roles/editor
, orroles/owner
. Requiredread / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited