GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceContactId
Table of Contents ▼
Jump to a specific part of the page:
Description
//////////////////// DeviceContactId ////////////////////// Used by Device Contacts only. For more details see go/fbs-support-for-device-contacts.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
ContactId
(type:String.t
, default:nil
)
- DeviceContact Id. -
DeviceId
(type:GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId
, default:nil
)
- Device Id.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceContactId{
ContactId: String.t() | nil,
DeviceId: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t() | nil
}
ContactId: String.t() | nil,
DeviceId: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceContactId