AppsPeopleOzExternalMergedpeopleapiHangoutsExtendedData

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiHangoutsExtendedData


Table of Contents ▼

Jump to a specific part of the page:

Description

Extension data for use in Hangouts.

Attributes List

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

View Attributes

Attributes

  1. hadPastHangoutState (type: String.t, default: nil)
    -
  2. invitationStatus (type: String.t, default: nil)
    - Populated for all contacts. Only set if had_past_hangout_state == HAD_PAST_HANGOUT. INVITATION_NEEDED is not a valid value because there already is a past hangout, which means either the invitation is still pending or it’s been accepted.
  3. isBot (type: boolean(), default: nil)
    - True if this is a Hangouts bot.
  4. isDismissed (type: boolean(), default: nil)
    -
  5. isFavorite (type: boolean(), default: nil)
    -
  6. isPinned (type: boolean(), default: nil)
    -
  7. userType (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiHangoutsExtendedData{
hadPastHangoutState: String.t() | nil,
invitationStatus: String.t() | nil,
isBot: boolean() | nil,
isDismissed: boolean() | nil,
isFavorite: boolean() | nil,
isPinned: boolean() | nil,
userType: String.t() | nil
}

Function

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

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