GoogleApi.YouTube.V3.Model.SubscriptionSubscriberSnippet (google_api_you_tube v0.38.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.