GoogleApi.Meet.V2.Model.ListParticipantsResponse (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. -
participants
(type:list(GoogleApi.Meet.V2.Model.Participant.t)
, default:nil
) - List of participants in one page. -
totalSize
(type:integer()
, default:nil
) - Total, exact number ofparticipants
. By default, this field isn't included in the response. Set the field mask in SystemParameterContext to receive this field in the response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.ListParticipantsResponse{ nextPageToken: String.t() | nil, participants: [GoogleApi.Meet.V2.Model.Participant.t()] | nil, totalSize: integer() | nil }