View Source GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiAppContactData (google_api_content_warehouse v0.3.0)
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
-
data
(type:list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiDataColumn.t)
, 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. -
mimetype
(type:String.t
, default:nil
) - The mimetype of the action defined by the third-party app.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiAppContactData{ data: [GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiDataColumn.t()] | nil, mimetype: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.