GoogleCloudContentwarehouseV1Action constructor
GoogleCloudContentwarehouseV1Action({
- GoogleCloudContentwarehouseV1AccessControlAction? accessControl,
- String? actionId,
- GoogleCloudContentwarehouseV1AddToFolderAction? addToFolder,
- GoogleCloudContentwarehouseV1DataUpdateAction? dataUpdate,
- GoogleCloudContentwarehouseV1DataValidationAction? dataValidation,
- GoogleCloudContentwarehouseV1DeleteDocumentAction? deleteDocumentAction,
- GoogleCloudContentwarehouseV1PublishAction? publishToPubSub,
- GoogleCloudContentwarehouseV1RemoveFromFolderAction? removeFromFolderAction,
Implementation
GoogleCloudContentwarehouseV1Action({
this.accessControl,
this.actionId,
this.addToFolder,
this.dataUpdate,
this.dataValidation,
this.deleteDocumentAction,
this.publishToPubSub,
this.removeFromFolderAction,
});