Show / Hide Table of Contents

Class ChannelToStoreLinkDetails

Information specific to a store on a merchandising platform linked to a YouTube channel.

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

Properties

ETag

The ETag of the item.

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

MerchantId

Google Merchant Center id of the store.

Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
Type Description
ulong?

StoreName

Name of the store.

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

StoreUrl

Landing page of the store.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX