Class GoogleAdsSearchads360V23ResourcesProductLink
Represents the data sharing connection between
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesProductLink : IDirectResponseSchema
Properties
AdvertisingPartner
Output only. Advertising Partner link.
Declaration
[JsonProperty("advertisingPartner")]
public virtual GoogleAdsSearchads360V23ResourcesAdvertisingPartnerIdentifier AdvertisingPartner { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesAdvertisingPartnerIdentifier |
DataPartner
Immutable. Data partner link.
Declaration
[JsonProperty("dataPartner")]
public virtual GoogleAdsSearchads360V23ResourcesDataPartnerIdentifier DataPartner { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesDataPartnerIdentifier |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleAds
Immutable. Google Ads link.
Declaration
[JsonProperty("googleAds")]
public virtual GoogleAdsSearchads360V23ResourcesGoogleAdsIdentifier GoogleAds { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesGoogleAdsIdentifier |
MerchantCenter
Immutable. Google Merchant Center link.
Declaration
[JsonProperty("merchantCenter")]
public virtual GoogleAdsSearchads360V23ResourcesMerchantCenterIdentifier MerchantCenter { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesMerchantCenterIdentifier |
ProductLinkId
Output only. The ID of the link. This field is read only.
Declaration
[JsonProperty("productLinkId")]
public virtual long? ProductLinkId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ResourceName
Immutable. Resource name of the product link. ProductLink resource names have the form:
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Output only. The type of the linked product.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |