Class GoogleAdsSearchads360V23CommonPriceOffering
A single price offering within a PriceAsset.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonPriceOffering : IDirectResponseSchema
Properties
Description
Required. The description of the price offering. The length of this string should be between 1 and 25, inclusive.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FinalMobileUrl
The final mobile URL after all cross domain redirects.
Declaration
[JsonProperty("finalMobileUrl")]
public virtual string FinalMobileUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FinalUrl
Required. The final URL after all cross domain redirects.
Declaration
[JsonProperty("finalUrl")]
public virtual string FinalUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Header
Required. The header of the price offering. The length of this string should be between 1 and 25, inclusive.
Declaration
[JsonProperty("header")]
public virtual string Header { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Price
Required. The price value of the price offering.
Declaration
[JsonProperty("price")]
public virtual GoogleAdsSearchads360V23CommonMoney Price { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonMoney |
Unit
The price unit of the price offering.
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
| Type | Description |
|---|---|
| string |