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

LINT.IfChange

Attributes

  • columnName (type: String.t, default: nil) - The name of the column in CP2 for raw_contact_data.
  • value (type: String.t, default: nil) - The value of the data inside column.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiDataColumn{
  columnName: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.