GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRawDeviceContactAnalyticalInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
dataSet
(type:String.t
, default:nil
)
- The data set within the account that this raw contact belongs to. -
dirty
(type:boolean()
, default:nil
)
- The CP2 dirty field which indicates the sync state of the raw contact: https://developer.android.com/reference/android/provider/ContactsContract.SyncColumns#DIRTY True if the row is changed but not synced -
sourceIdExist
(type:boolean()
, default:nil
)
- Whether the source ID exists for non-Google contacts. Won't set for Google contacts. -
syncInfo
(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSyncInfo
, default:nil
)
- The Sync Info of a raw contact.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRawDeviceContactAnalyticalInfo{
dataSet: String.t() | nil,
dirty: boolean() | nil,
sourceIdExist: boolean() | nil,
syncInfo: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSyncInfo.t() | nil
}
dataSet: String.t() | nil,
dirty: boolean() | nil,
sourceIdExist: boolean() | nil,
syncInfo: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoSyncInfo.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRawDeviceContactAnalyticalInfo