GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceRawContactId
Table of Contents ▼
Jump to a specific part of the page:
Description
//////////////////// DeviceRawContactId ////////////////////// Used by Device Contacts Only. The Raw ID as assigned to the original contact on the device. For more details see go/fbs-support-for-device-contacts.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
DeviceId
(type:GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId
, default:nil
)
- -
RawContactId
(type:String.t
, default:nil
)
- Raw ID assigned by the device. Cast this field to string in javascript to make it compile in js.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceRawContactId{
DeviceId: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t() | nil,
RawContactId: String.t() | nil
}
DeviceId: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t() | nil,
RawContactId: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceRawContactId