Show / Hide Table of Contents

Class ThirdPartyLinkSnippet

Basic information about a third party account link, including its type and type-specific information.

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

Properties

ChannelToStoreLink

Information specific to a link between a channel and a store on a merchandising platform.

Declaration
[JsonProperty("channelToStoreLink")]
public virtual ChannelToStoreLinkDetails ChannelToStoreLink { get; set; }
Property Value
Type Description
ChannelToStoreLinkDetails

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Type

Type of the link named after the entities that are being linked.

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

Implements

IDirectResponseSchema
Back to top