google_api_you_tube v0.2.0 GoogleApi.YouTube.V3.Model.SponsorSnippet View Source
Attributes
- channelId (String.t): The id of the channel being sponsored. Defaults to:
null. - cumulativeDurationMonths (integer()): The cumulative time a user has been a sponsor in months. Defaults to:
null. - sponsorDetails (ChannelProfileDetails): Details about the sponsor. Defaults to:
null. - sponsorSince (DateTime.t): The date and time when the user became a sponsor. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. Defaults to:
null.
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 Source
t() :: %GoogleApi.YouTube.V3.Model.SponsorSnippet{
channelId: any(),
cumulativeDurationMonths: any(),
sponsorDetails: GoogleApi.YouTube.V3.Model.ChannelProfileDetails.t(),
sponsorSince: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.