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

View Source

Attributes

  • etag (type: String.t, default: nil) - Etag of this resource.
  • items (type: list(GoogleApi.YouTube.V3.Model.ThirdPartyLink.t), default: nil) -
  • kind (type: String.t, default: youtube#thirdPartyLinkListResponse) - Identifies what kind of resource this is. Value: the fixed string "youtube#thirdPartyLinkListResponse".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.ThirdPartyLinkListResponse{
  etag: String.t() | nil,
  items: [GoogleApi.YouTube.V3.Model.ThirdPartyLink.t()] | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.