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

Represents the profile of the user who has signed in onto this device. Next id: 5

Attributes

  • castLinkingTime (type: DateTime.t, default: nil) - Time of linking of the device with the user provided by Cast.
  • email (type: String.t, default: nil) - Primary email address of the user.
  • gaiaId (type: String.t, default: nil) -
  • names (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiName.t), default: nil) - Supports features which depend on profile name, when no matching contact is found.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsLinkedUser{
  castLinkingTime: DateTime.t() | nil,
  email: String.t() | nil,
  gaiaId: String.t() | nil,
  names:
    [
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiName.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.