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

//////////////////// DeviceContactId ////////////////////// Used by Device Contacts only. For more details see go/fbs-support-for-device-contacts.

Attributes

  • ContactId (type: String.t, default: nil) - DeviceContact Id.
  • DeviceId (type: GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceId.t, default: nil) - Device Id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.