google_api_you_tube v0.10.0 GoogleApi.YouTube.V3.Model.SubscriptionSubscriberSnippet 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
Link to this type
t()
View Sourcet() :: %GoogleApi.YouTube.V3.Model.SubscriptionSubscriberSnippet{
channelId: String.t(),
description: String.t(),
thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t(),
title: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.