View Source GoogleApi.Meet.V2.Model.ListConferenceRecordsResponse (google_api_meet v0.3.1)

Response 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.