Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo

A criterion to represent a single item group rule in Vertical Ads.

Inheritance
object
GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo : IDirectResponseSchema

Properties

CityCriterionId

The resource name of the Geo Target Constant for the city.

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

CountryCriterionId

The resource name of the Geo Target Constant for the country.

Declaration
[JsonProperty("countryCriterionId")]
public virtual string CountryCriterionId { 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

HotelClass

Integer value specifying the class rating for a hotel. Ranges from 1 to 5 stars.

Declaration
[JsonProperty("hotelClass")]
public virtual long? HotelClass { get; set; }
Property Value
Type Description
long?

ItemCode

The id specifying a particular Vertical Ad listing.

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

RegionCriterionId

The resource name of the Geo Target Constant for the region.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX