Class ChannelContentOwnerDetails
The contentOwnerDetails object encapsulates channel data that is relevant for YouTube Partners linked with the channel.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelContentOwnerDetails : IDirectResponseSchema
Properties
ContentOwner
The ID of the content owner linked to the channel.
Declaration
[JsonProperty("contentOwner")]
public virtual string ContentOwner { 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 |
TimeLinked
DateTime representation of TimeLinkedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeLinkedDateTimeOffset instead.")]
public virtual DateTime? TimeLinked { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
TimeLinkedDateTimeOffset
DateTimeOffset representation of TimeLinkedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeLinkedDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
TimeLinkedRaw
The date and time when the channel was linked to the content owner.
Declaration
[JsonProperty("timeLinked")]
public virtual string TimeLinkedRaw { get; set; }
Property Value
Type | Description |
---|---|
string |