Class ChannelContentOwnerDetails
The contentOwnerDetails object encapsulates channel data that is relevant for YouTube Partners linked with the channel.
Inheritance
System.Object
ChannelContentOwnerDetails
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TimeLinked
The date and time of when the channel was linked to the content owner. The value is specified in ISO 8601 format.
Declaration
[JsonProperty("timeLinked")]
public virtual string TimeLinked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |