Show / Hide Table of Contents

Class ChannelContentOwnerDetails

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

Inheritance
object
ChannelContentOwnerDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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]
public virtual DateTime? TimeLinked { get; set; }
Property Value
Type Description
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
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX