SocialGraphApiAppContactData

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiAppContactData


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains a mimetype supported by a third-party app together with additional ids and other data that the apps use to complete the action for the given mimetype. For example, an app_specific_endpoint_id that corresponds to a WhatsApp Profile. Full Design: go/3p-contact-upload LINT.IfChange

Attributes List

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

View Attributes

Attributes

  1. data (type: list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiDataColumn), default: nil)
    - Set of column-name and value for the given mimetype. The semantic meaning of the column values is mime-type specific. For example they may contain app_specific_endpoint_ids for WhatsApp. This is uploaded from CP2 http://go/cp2-data1 through http://go/cp2-data14.
  2. mimetype (type: String.t, default: nil)
    - The mimetype of the action defined by the third-party app.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiAppContactData{
data: [GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiDataColumn.t()] | nil,
mimetype: String.t() | nil
}

Function

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

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