View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProjectStatus (google_api_content_warehouse v0.4.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.