AssistantApiSettingsLinkedUser

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsLinkedUser


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@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
}

Function

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

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