Show / Hide Table of Contents

Class MembershipsLevelListResponse

Inheritance
object
MembershipsLevelListResponse
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 MembershipsLevelListResponse : IDirectResponseSchema

Properties

ETag

Etag of this resource.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventId

Serialized EventId of the request which produced this response.

Declaration
[JsonProperty("eventId")]
public virtual string EventId { get; set; }
Property Value
Type Description
string

Items

A list of pricing levels offered by a creator to the fans.

Declaration
[JsonProperty("items")]
public virtual IList<MembershipsLevel> Items { get; set; }
Property Value
Type Description
IList<MembershipsLevel>

Kind

Identifies what kind of resource this is. Value: the fixed string "youtube#membershipsLevelListResponse".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

VisitorId

The visitorId identifies the visitor.

Declaration
[JsonProperty("visitorId")]
public virtual string VisitorId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX