Class GoogleCloudContentwarehouseV1ProjectStatus
Status of a project, including the project state, dbType, aclMode and etc.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1ProjectStatus : IDirectResponseSchema
Properties
AccessControlMode
Access control mode.
Declaration
[JsonProperty("accessControlMode")]
public virtual string AccessControlMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DatabaseType
Database type.
Declaration
[JsonProperty("databaseType")]
public virtual string DatabaseType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentCreatorDefaultRole
The default role for the person who create a document.
Declaration
[JsonProperty("documentCreatorDefaultRole")]
public virtual string DocumentCreatorDefaultRole { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Location
The location of the queried project.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QaEnabled
If the qa is enabled on this project.
Declaration
[JsonProperty("qaEnabled")]
public virtual bool? QaEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
State
State of the project.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |