Show / Hide Table of Contents

Class MembershipsDuration

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
Back to top