GoogleCloudContentwarehouseV1InitializeProjectRequest class
Request message for projectService.InitializeProject
Constructors
- GoogleCloudContentwarehouseV1InitializeProjectRequest({String? accessControlMode, String? databaseType, String? documentCreatorDefaultRole, bool? enableCalUserEmailLogging, String? kmsKey})
- GoogleCloudContentwarehouseV1InitializeProjectRequest.fromJson(Map json_)
Properties
- accessControlMode ↔ String?
- 
  The access control mode for accessing the customer data
  getter/setter pair
- databaseType ↔ String?
- 
  The type of database used to store customer data
  getter/setter pair
- documentCreatorDefaultRole ↔ String?
- 
  The default role for the person who create a document.
  getter/setter pair
- enableCalUserEmailLogging ↔ bool?
- 
  Whether to enable CAL user email logging.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- kmsKey ↔ String?
- 
  The KMS key used for CMEK encryption.
  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