Show / Hide Table of Contents

Class ThirdPartyLinkListResponse

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

Properties

ETag

Etag of this resource.

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

Items

Declaration
[JsonProperty("items")]
public virtual IList<ThirdPartyLink> Items { get; set; }
Property Value
Type Description
IList<ThirdPartyLink>

Kind

Identifies what kind of resource this is. Value: the fixed string "youtube#thirdPartyLinkListResponse".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX