Class ThirdPartyLinkSnippet
Basic information about a third party account link, including its type and type-specific information.
Implements
Inherited Members
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 |
---|---|
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 |
---|---|
string |