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

Attributes

  • castLinkingStatus (type: String.t, default: nil) - Cast linking status for ATV surfaces. This is derived from error messages returned from Cast Orchestration Server and will be used for data profiling only(go/katniss-settings-dashboard).
  • truncatedErrorMsg (type: String.t, default: nil) - The error msg returned from COS, truncated in case it's too large.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCastAssistantSettingLinkingResult{
    castLinkingStatus: String.t() | nil,
    truncatedErrorMsg: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.