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

View Source

Basic details about a subscription's subscriber including title, description, channel ID and thumbnails.

Attributes

  • channelId (type: String.t, default: nil) - The channel ID of the subscriber.
  • description (type: String.t, default: nil) - The description of the subscriber.
  • thumbnails (type: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t, default: nil) - Thumbnails for this subscriber.
  • title (type: String.t, default: nil) - The title of the subscriber.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.SubscriptionSubscriberSnippet{
  channelId: String.t() | nil,
  description: String.t() | nil,
  thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t() | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.