GoogleApi.YouTube.V3.Model.SponsorSnippet (google_api_you_tube v0.24.0) 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 ISO 8601 (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.