GoogleApi.YouTube.V3.Model.SubscriptionSubscriberSnippet (google_api_you_tube v0.54.0)
View SourceBasic 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
@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 }