GoogleCloudContentwarehouseV1ProjectStatus class
Status of a project, including the project state, dbType, aclMode and etc.
Constructors
- GoogleCloudContentwarehouseV1ProjectStatus({String? accessControlMode, String? databaseType, String? documentCreatorDefaultRole, String? location, bool? qaEnabled, String? state})
- GoogleCloudContentwarehouseV1ProjectStatus.fromJson(Map json_)
Properties
- accessControlMode ↔ String?
-
Access control mode.
Possible string values are:
getter/setter pair
- databaseType ↔ String?
-
Database type.
Possible string values are:
getter/setter pair
- documentCreatorDefaultRole ↔ String?
-
The default role for the person who create a document.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ String?
-
The location of the queried project.
getter/setter pair
- qaEnabled ↔ bool?
-
If the qa is enabled on this project.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the project.
Possible string values are:
getter/setter pair
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