GoogleAdsSearchads360V23CommonListingDimensionInfo class
Listing dimensions for listing group criterion.
Constructors
- GoogleAdsSearchads360V23CommonListingDimensionInfo({GoogleAdsSearchads360V23CommonActivityCityInfo? activityCity, GoogleAdsSearchads360V23CommonActivityCountryInfo? activityCountry, GoogleAdsSearchads360V23CommonActivityIdInfo? activityId, GoogleAdsSearchads360V23CommonActivityRatingInfo? activityRating, GoogleAdsSearchads360V23CommonActivityStateInfo? activityState, GoogleAdsSearchads360V23CommonHotelCityInfo? hotelCity, GoogleAdsSearchads360V23CommonHotelClassInfo? hotelClass, GoogleAdsSearchads360V23CommonHotelCountryRegionInfo? hotelCountryRegion, GoogleAdsSearchads360V23CommonHotelIdInfo? hotelId, GoogleAdsSearchads360V23CommonHotelStateInfo? hotelState, GoogleAdsSearchads360V23CommonProductBrandInfo? productBrand, GoogleAdsSearchads360V23CommonProductCategoryInfo? productCategory, GoogleAdsSearchads360V23CommonProductChannelInfo? productChannel, GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo? productChannelExclusivity, GoogleAdsSearchads360V23CommonProductConditionInfo? productCondition, GoogleAdsSearchads360V23CommonProductCustomAttributeInfo? productCustomAttribute, GoogleAdsSearchads360V23CommonProductGroupingInfo? productGrouping, GoogleAdsSearchads360V23CommonProductItemIdInfo? productItemId, GoogleAdsSearchads360V23CommonProductLabelsInfo? productLabels, GoogleAdsSearchads360V23CommonProductLegacyConditionInfo? productLegacyCondition, GoogleAdsSearchads360V23CommonProductTypeInfo? productType, GoogleAdsSearchads360V23CommonProductTypeFullInfo? productTypeFull, GoogleAdsSearchads360V23CommonUnknownListingDimensionInfo? unknownListingDimension})
- GoogleAdsSearchads360V23CommonListingDimensionInfo.fromJson(Map json_)
Properties
- activityCity ↔ GoogleAdsSearchads360V23CommonActivityCityInfo?
-
The city where the travel activity is available.
getter/setter pair
- activityCountry ↔ GoogleAdsSearchads360V23CommonActivityCountryInfo?
-
The country where the travel activity is available.
getter/setter pair
- activityId ↔ GoogleAdsSearchads360V23CommonActivityIdInfo?
-
Advertiser-specific activity ID.
getter/setter pair
- activityRating ↔ GoogleAdsSearchads360V23CommonActivityRatingInfo?
-
Rating of the activity as a number 1 to 5, where 5 is the best.
getter/setter pair
- activityState ↔ GoogleAdsSearchads360V23CommonActivityStateInfo?
-
The state where the travel activity is available.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hotelCity ↔ GoogleAdsSearchads360V23CommonHotelCityInfo?
-
City the hotel is located in.
getter/setter pair
- hotelClass ↔ GoogleAdsSearchads360V23CommonHotelClassInfo?
-
Class of the hotel as a number of stars 1 to 5.
getter/setter pair
- hotelCountryRegion ↔ GoogleAdsSearchads360V23CommonHotelCountryRegionInfo?
-
Country or Region the hotel is located in.
getter/setter pair
- hotelId ↔ GoogleAdsSearchads360V23CommonHotelIdInfo?
-
Advertiser-specific hotel ID.
getter/setter pair
- hotelState ↔ GoogleAdsSearchads360V23CommonHotelStateInfo?
-
State the hotel is located in.
getter/setter pair
- productBrand ↔ GoogleAdsSearchads360V23CommonProductBrandInfo?
-
Brand of a product offer.
getter/setter pair
- productCategory ↔ GoogleAdsSearchads360V23CommonProductCategoryInfo?
-
Category of a product offer.
getter/setter pair
- productChannel ↔ GoogleAdsSearchads360V23CommonProductChannelInfo?
-
Locality of a product offer.
getter/setter pair
- productChannelExclusivity ↔ GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo?
-
Availability of a product offer.
getter/setter pair
- productCondition ↔ GoogleAdsSearchads360V23CommonProductConditionInfo?
-
Condition of a product offer.
getter/setter pair
- productCustomAttribute ↔ GoogleAdsSearchads360V23CommonProductCustomAttributeInfo?
-
Custom attribute of a product offer.
getter/setter pair
- productGrouping ↔ GoogleAdsSearchads360V23CommonProductGroupingInfo?
-
Grouping of a product offer.
getter/setter pair
- productItemId ↔ GoogleAdsSearchads360V23CommonProductItemIdInfo?
-
Item id of a product offer.
getter/setter pair
- productLabels ↔ GoogleAdsSearchads360V23CommonProductLabelsInfo?
-
Labels of a product offer.
getter/setter pair
- productLegacyCondition ↔ GoogleAdsSearchads360V23CommonProductLegacyConditionInfo?
-
Legacy condition of a product offer.
getter/setter pair
- productType ↔ GoogleAdsSearchads360V23CommonProductTypeInfo?
-
Type of a product offer.
getter/setter pair
- productTypeFull ↔ GoogleAdsSearchads360V23CommonProductTypeFullInfo?
-
Full type of a product offer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unknownListingDimension ↔ GoogleAdsSearchads360V23CommonUnknownListingDimensionInfo?
-
Unknown dimension.
getter/setter pair
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