google_api_you_tube v0.23.0 GoogleApi.YouTube.V3.Model.SponsorSnippet View Source
Attributes
-
channelId(type:String.t, default:nil) - The id of the channel being sponsored. -
cumulativeDurationMonths(type:integer(), default:nil) - The cumulative time a user has been a sponsor in months. -
sponsorDetails(type:GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t, default:nil) - Details about the sponsor. -
sponsorSince(type:String.t, default:nil) - The date and time when the user became a sponsor. The value is specified in <a href="//www.w3.org/TR/NOTE-datetime">ISO 8601</a> (YYYY-MM-DDThh:mm:ss.sZ) format.
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.SponsorSnippet{
channelId: String.t(),
cumulativeDurationMonths: integer(),
sponsorDetails: GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t(),
sponsorSince: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.