SocialGraphApiDataColumn

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiDataColumn


Table of Contents ▼

Jump to a specific part of the page:

Description

LINT.IfChange

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiDataColumn