GoogleCloudContentwarehouseV1ActionOutput constructor

GoogleCloudContentwarehouseV1ActionOutput({
  1. String? actionId,
  2. String? actionState,
  3. String? outputMessage,
})

Implementation

GoogleCloudContentwarehouseV1ActionOutput({
  this.actionId,
  this.actionState,
  this.outputMessage,
});