GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiHangoutsExtendedData
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Extension data for use in Hangouts.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
hadPastHangoutState
(type:String.t
, default:nil
)
- -
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. -
isBot
(type:boolean()
, default:nil
)
- True if this is a Hangouts bot. -
isDismissed
(type:boolean()
, default:nil
)
- -
isFavorite
(type:boolean()
, default:nil
)
- -
isPinned
(type:boolean()
, default:nil
)
- -
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
}
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