GoogleCloudContentwarehouseV1Action class
Represents the action triggered by Rule Engine when the rule is true.
Constructors
- GoogleCloudContentwarehouseV1Action({GoogleCloudContentwarehouseV1AccessControlAction? accessControl, String? actionId, GoogleCloudContentwarehouseV1AddToFolderAction? addToFolder, GoogleCloudContentwarehouseV1DataUpdateAction? dataUpdate, GoogleCloudContentwarehouseV1DataValidationAction? dataValidation, GoogleCloudContentwarehouseV1DeleteDocumentAction? deleteDocumentAction, GoogleCloudContentwarehouseV1PublishAction? publishToPubSub, GoogleCloudContentwarehouseV1RemoveFromFolderAction? removeFromFolderAction})
- GoogleCloudContentwarehouseV1Action.fromJson(Map json_)
Properties
- accessControl ↔ GoogleCloudContentwarehouseV1AccessControlAction?
-
Action triggering access control operations.
getter/setter pair
- actionId ↔ String?
-
ID of the action.
getter/setter pair
- addToFolder ↔ GoogleCloudContentwarehouseV1AddToFolderAction?
-
Action triggering create document link operation.
getter/setter pair
- dataUpdate ↔ GoogleCloudContentwarehouseV1DataUpdateAction?
-
Action triggering data update operations.
getter/setter pair
- dataValidation ↔ GoogleCloudContentwarehouseV1DataValidationAction?
-
Action triggering data validation operations.
getter/setter pair
- deleteDocumentAction ↔ GoogleCloudContentwarehouseV1DeleteDocumentAction?
-
Action deleting the document.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- publishToPubSub ↔ GoogleCloudContentwarehouseV1PublishAction?
-
Action publish to Pub/Sub operation.
getter/setter pair
- removeFromFolderAction ↔ GoogleCloudContentwarehouseV1RemoveFromFolderAction?
-
Action removing a document from a folder.
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