GoogleApi.YouTube.V3.Model.CaptionListResponse (google_api_you_tube v0.54.0)

View Source

Attributes

  • etag (type: String.t, default: nil) - Etag of this resource.
  • eventId (type: String.t, default: nil) - Serialized EventId of the request which produced this response.
  • items (type: list(GoogleApi.YouTube.V3.Model.Caption.t), default: nil) - A list of captions that match the request criteria.
  • kind (type: String.t, default: youtube#captionListResponse) - Identifies what kind of resource this is. Value: the fixed string "youtube#captionListResponse".
  • visitorId (type: String.t, default: nil) - The visitorId identifies the visitor.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.CaptionListResponse{
  etag: String.t() | nil,
  eventId: String.t() | nil,
  items: [GoogleApi.YouTube.V3.Model.Caption.t()] | nil,
  kind: String.t() | nil,
  visitorId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.