GoogleApi.Meet.V2.Model.ListTranscriptsResponse (google_api_meet v0.4.0)

View Source

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Meet.V2.Model.ListTranscriptsResponse{
  nextPageToken: String.t() | nil,
  transcripts: [GoogleApi.Meet.V2.Model.Transcript.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.