View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPerson (google_api_cloud_search v0.23.0)
Person.
Attributes
-
affinityLevel
(type:String.t
, default:nil
) - The level of affinity this person has with the requesting user. -
attendingStatus
(type:String.t
, default:nil
) - Attendance status of the person when included in a meeting event. -
email
(type:String.t
, default:nil
) - Email. -
gaiaId
(type:String.t
, default:nil
) - Gaia id. -
isGroup
(type:boolean()
, default:nil
) - Whether the invitee is a group. -
name
(type:String.t
, default:nil
) - Name. -
obfuscatedGaiaId
(type:String.t
, default:nil
) - Obfuscated Gaia id. -
photoUrl
(type:String.t
, default:nil
) - Absolute URL to the profile photo of the person.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPerson{ affinityLevel: String.t() | nil, attendingStatus: String.t() | nil, email: String.t() | nil, gaiaId: String.t() | nil, isGroup: boolean() | nil, name: String.t() | nil, obfuscatedGaiaId: String.t() | nil, photoUrl: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.