Class MembershipsDuration
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class MembershipsDuration : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MemberSince
The date and time when the user became a continuous member across all levels.
Declaration
[JsonProperty("memberSince")]
public virtual string MemberSince { get; set; }
Property Value
Type | Description |
---|---|
string |
MemberTotalDurationMonths
The cumulative time the user has been a member across all levels 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? |