View Source GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceRawContactId (google_api_content_warehouse v0.4.0)

//////////////////// 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

  • DeviceId (type: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t, 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceRawContactId{
  DeviceId: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t() | nil,
  RawContactId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.