GoogleApi.Meet.V2.Model.ListConferenceRecordsResponse (google_api_meet v0.4.0)
View SourceResponse of ListConferenceRecords method.
Attributes
-
conferenceRecords
(type:list(GoogleApi.Meet.V2.Model.ConferenceRecord.t)
, default:nil
) - List of conferences in one page. -
nextPageToken
(type:String.t
, default:nil
) - Token to be circulated back for further List call if current List does NOT include all the Conferences. Unset if all conferences have been returned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.ListConferenceRecordsResponse{ conferenceRecords: [GoogleApi.Meet.V2.Model.ConferenceRecord.t()] | nil, nextPageToken: String.t() | nil }