GoogleCloudContentwarehouseV1ProjectStatus constructor

GoogleCloudContentwarehouseV1ProjectStatus({
  1. String? accessControlMode,
  2. String? databaseType,
  3. String? documentCreatorDefaultRole,
  4. String? location,
  5. bool? qaEnabled,
  6. String? state,
})

Implementation

GoogleCloudContentwarehouseV1ProjectStatus({
  this.accessControlMode,
  this.databaseType,
  this.documentCreatorDefaultRole,
  this.location,
  this.qaEnabled,
  this.state,
});