Class SubscriptionContentDetails
Details about the content to witch a subscription refers.
Implements
Inherited Members
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? |