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

Response for ListRecordings 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 recordings. Unset if all recordings are returned.
  • recordings (type: list(GoogleApi.Meet.V2.Model.Recording.t), default: nil) - List of recordings in one page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Meet.V2.Model.ListRecordingsResponse{
  nextPageToken: String.t() | nil,
  recordings: [GoogleApi.Meet.V2.Model.Recording.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.