Show / Hide Table of Contents

Class ChannelProfileDetails

Inheritance
System.Object
ChannelProfileDetails
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 ChannelProfileDetails : IDirectResponseSchema

Properties

ChannelId

The YouTube channel ID.

Declaration
[JsonProperty("channelId")]
public virtual string ChannelId { get; set; }
Property Value
Type Description
System.String

ChannelUrl

The channel's URL.

Declaration
[JsonProperty("channelUrl")]
public virtual string ChannelUrl { get; set; }
Property Value
Type Description
System.String

DisplayName

The channel's display name.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

ProfileImageUrl

The channels's avatar URL.

Declaration
[JsonProperty("profileImageUrl")]
public virtual string ProfileImageUrl { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top