Class ChannelStatus
JSON template for the status part of a channel.
Inheritance
ChannelStatus
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelStatus : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IsLinked
If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't
have a public YouTube identity.
Declaration
[JsonProperty("isLinked")]
public virtual bool? IsLinked { get; set; }
Property Value
LongUploadsStatus
Declaration
[JsonProperty("longUploadsStatus")]
public virtual string LongUploadsStatus { get; set; }
Property Value
MadeForKids
Declaration
[JsonProperty("madeForKids")]
public virtual bool? MadeForKids { get; set; }
Property Value
PrivacyStatus
Privacy status of the channel.
Declaration
[JsonProperty("privacyStatus")]
public virtual string PrivacyStatus { get; set; }
Property Value
SelfDeclaredMadeForKids
Declaration
[JsonProperty("selfDeclaredMadeForKids")]
public virtual bool? SelfDeclaredMadeForKids { get; set; }
Property Value
Implements