SocialGraphApiProtoSyncInfo

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSyncInfo


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. sourceId (type: String.t, default: nil)
    - CP2 sourceid column.
  2. sync1 (type: String.t, default: nil)
    - CP2 sync1 column.
  3. sync2 (type: String.t, default: nil)
    - CP2 sync2 column.
  4. sync3 (type: String.t, default: nil)
    - CP2 sync3 column.
  5. sync4 (type: String.t, default: nil)
    - CP2 sync4 column.

Type

@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
}

Function

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

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