Show / Hide Table of Contents

Class SponsorSnippet

Inheritance
System.Object
SponsorSnippet
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class SponsorSnippet : IDirectResponseSchema

Properties

ChannelId

The id of the channel being sponsored.

Declaration
[JsonProperty("channelId")]
public virtual string ChannelId { get; set; }
Property Value
Type Description
System.String

CumulativeDurationMonths

The cumulative time a user has been a sponsor in months.

Declaration
[JsonProperty("cumulativeDurationMonths")]
public virtual int? CumulativeDurationMonths { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

SponsorDetails

Details about the sponsor.

Declaration
[JsonProperty("sponsorDetails")]
public virtual ChannelProfileDetails SponsorDetails { get; set; }
Property Value
Type Description
ChannelProfileDetails

SponsorSince

The date and time when the user became a sponsor. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format.

Declaration
[JsonProperty("sponsorSince")]
public virtual string SponsorSince { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top