GoogleCloudContentwarehouseV1ProjectStatus

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProjectStatus


Table of Contents ▼

Jump to a specific part of the page:

Description

Status of a project, including the project state, dbType, aclMode and etc.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. accessControlMode (type: String.t, default: nil)
    - Access control mode.
  2. databaseType (type: String.t, default: nil)
    - Database type.
  3. documentCreatorDefaultRole (type: String.t, default: nil)
    - The default role for the person who create a document.
  4. location (type: String.t, default: nil)
    - The location of the queried project.
  5. qaEnabled (type: boolean(), default: nil)
    - If the qa is enabled on this project.
  6. state (type: String.t, default: nil)
    - State of the project.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProjectStatus{
accessControlMode: String.t() | nil,
databaseType: String.t() | nil,
documentCreatorDefaultRole: String.t() | nil,
location: String.t() | nil,
qaEnabled: boolean() | nil,
state: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProjectStatus