GoogleCloudContentwarehouseV1InitializeProjectRequest constructor

GoogleCloudContentwarehouseV1InitializeProjectRequest({
  1. String? accessControlMode,
  2. String? databaseType,
  3. String? documentCreatorDefaultRole,
  4. bool? enableCalUserEmailLogging,
  5. String? kmsKey,
})

Implementation

GoogleCloudContentwarehouseV1InitializeProjectRequest({
  this.accessControlMode,
  this.databaseType,
  this.documentCreatorDefaultRole,
  this.enableCalUserEmailLogging,
  this.kmsKey,
});