FocusBackendDeviceContactId

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):

View Attributes

Attributes

  1. ContactId (type: String.t, default: nil)
    - DeviceContact Id.
  2. 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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FocusBackendDeviceContactId