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

Response message for projectService.InitializeProject

Attributes

  • message (type: String.t, default: nil) - The message of the project initialization process.
  • state (type: String.t, default: nil) - The state of the project initialization process.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1beta1InitializeProjectResponse{
    message: String.t() | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.