Show / Hide Table of Contents

Class ChannelContentOwnerDetails

The contentOwnerDetails object encapsulates channel data that is relevant for YouTube Partners linked with the channel.

Inheritance
System.Object
ChannelContentOwnerDetails
Implements
IDirectResponseSchema
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

System.DateTime representation of TimeLinkedRaw.

Declaration
[JsonIgnore]
public virtual DateTime? TimeLinked { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top