Show / Hide Table of Contents

Class MembershipsDurationAtLevel

Inheritance
object
MembershipsDurationAtLevel
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX