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

Unique id for an aggregated device contact.

Attributes

  • contactId (type: String.t, default: nil) - Aggregated device contact id on the source device.
  • deviceId (type: String.t, default: nil) - Source device id (go/client-instance-id) of this device contact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiDeviceContactId{
    contactId: String.t() | nil,
    deviceId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.