Show / Hide Table of Contents

Class ChannelProfileDetails

Inheritance
object
ChannelProfileDetails
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 ChannelProfileDetails : IDirectResponseSchema

Properties

ChannelId

The YouTube channel ID.

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

ChannelUrl

The channel's URL.

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

DisplayName

The channel's display name.

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

ProfileImageUrl

The channels's avatar URL.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX