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

Extra metadata for an aggregated or raw device contact.

Attributes

  • attributes (type: list(String.t), default: nil) - Attributes for this device contact.
  • usageInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoUsageInfo.t), default: nil) - Usage info for this device contact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiDeviceContactExtraMetadata{
    attributes: [String.t()] | nil,
    usageInfo:
      [GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoUsageInfo.t()]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.