Show / Hide Table of Contents

Class MembershipsDurationAtLevel

Inheritance
System.Object
MembershipsDurationAtLevel
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 MembershipsDurationAtLevel : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Level

Pricing level ID.

Declaration
[JsonProperty("level")]
public virtual string Level { get; set; }
Property Value
Type Description
System.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
System.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
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
Back to top