GoogleCloudContentwarehouseV1AccessControlAction class
Represents the action responsible for access control list management operations.
Constructors
- GoogleCloudContentwarehouseV1AccessControlAction({String? operationType, GoogleIamV1Policy? policy})
- GoogleCloudContentwarehouseV1AccessControlAction.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- operationType ↔ String?
-
Identifies the type of operation.
Possible string values are:
getter/setter pair
- policy ↔ GoogleIamV1Policy?
-
Represents the new policy from which bindings are added, removed or
replaced based on the type of the operation.
getter/setter pair
- 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