GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo class
A criterion to represent a single item group rule in Vertical Ads.
Constructors
- GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo({String? cityCriterionId, String? countryCriterionId, String? hotelClass, String? itemCode, String? regionCriterionId})
- GoogleAdsSearchads360V23CommonVerticalAdsItemGroupRuleInfo.fromJson(Map json_)
Properties
- cityCriterionId ↔ String?
-
The resource name of the Geo Target Constant for the city.
getter/setter pair
- countryCriterionId ↔ String?
-
The resource name of the Geo Target Constant for the country.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hotelClass ↔ String?
-
Integer value specifying the class rating for a hotel.
getter/setter pair
- itemCode ↔ String?
-
The id specifying a particular Vertical Ad listing.
getter/setter pair
- regionCriterionId ↔ String?
-
The resource name of the Geo Target Constant for the region.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited