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

LINT.IfChange

Attributes

  • sourceId (type: String.t, default: nil) - CP2 sourceid column.
  • sync1 (type: String.t, default: nil) - CP2 sync1 column.
  • sync2 (type: String.t, default: nil) - CP2 sync2 column.
  • sync3 (type: String.t, default: nil) - CP2 sync3 column.
  • sync4 (type: String.t, default: nil) - CP2 sync4 column.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSyncInfo{
  sourceId: String.t() | nil,
  sync1: String.t() | nil,
  sync2: String.t() | nil,
  sync3: String.t() | nil,
  sync4: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.