GoogleApi.Meet.V2.Model.ParticipantSession (google_api_meet v0.4.0)
View SourceRefers to each unique join or leave session when a user joins a conference from a device. Note that any time a user joins the conference a new unique ID is assigned. That means if a user joins a space multiple times from the same device, they're assigned different IDs, and are also be treated as different participant sessions.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended. -
name
(type:String.t
, default:nil
) - Identifier. Session id. -
startTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the user session starts.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.ParticipantSession{ endTime: DateTime.t() | nil, name: String.t() | nil, startTime: DateTime.t() | nil }