GoogleApi.Meet.V2.Model.ListParticipantSessionsResponse (google_api_meet v0.4.0)
View SourceResponse of ListParticipants method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned. -
participantSessions
(type:list(GoogleApi.Meet.V2.Model.ParticipantSession.t)
, default:nil
) - List of participants in one page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.ListParticipantSessionsResponse{ nextPageToken: String.t() | nil, participantSessions: [GoogleApi.Meet.V2.Model.ParticipantSession.t()] | nil }