Show / Hide Table of Contents

Class SubscriptionContentDetails

Details about the content to witch a subscription refers.

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

Properties

ActivityType

The type of activity this subscription is for (only uploads, everything).

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

ETag

The ETag of the item.

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

NewItemCount

The number of new items in the subscription since its content was last read.

Declaration
[JsonProperty("newItemCount")]
public virtual long? NewItemCount { get; set; }
Property Value
Type Description
long?

TotalItemCount

The approximate number of items that the subscription points to.

Declaration
[JsonProperty("totalItemCount")]
public virtual long? TotalItemCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX