Class MembershipsDurationAtLevel
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class MembershipsDurationAtLevel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Level
Pricing level ID.
Declaration
[JsonProperty("level")]
public virtual string Level { get; set; }
Property Value
Type | Description |
---|---|
string |
MemberSince
The date and time when the user became a continuous member for the given level.
Declaration
[JsonProperty("memberSince")]
public virtual string MemberSince { get; set; }
Property Value
Type | Description |
---|---|
string |
MemberTotalDurationMonths
The cumulative time the user has been a member for the given level in complete months (the time is rounded down to the nearest integer).
Declaration
[JsonProperty("memberTotalDurationMonths")]
public virtual int? MemberTotalDurationMonths { get; set; }
Property Value
Type | Description |
---|---|
int? |