GoogleAdsSearchads360V23ResourcesListingGroupFilterDimension class
Listing dimensions for the asset group listing group filter.
Constructors
- GoogleAdsSearchads360V23ResourcesListingGroupFilterDimension({GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionProductBrand? productBrand, GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionProductCategory? productCategory, GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionProductChannel? productChannel, GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionProductCondition? productCondition, GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionProductCustomAttribute? productCustomAttribute, GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionProductItemId? productItemId, GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionProductType? productType, GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionWebpage? webpage})
- GoogleAdsSearchads360V23ResourcesListingGroupFilterDimension.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- productBrand ↔ GoogleAdsSearchads360V23CommonProductBrandInfo?
-
Brand of a product offer.
getter/setter pair
- productCategory ↔ GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionProductCategory?
-
Category of a product offer.
getter/setter pair
- productChannel ↔ GoogleAdsSearchads360V23CommonProductChannelInfo?
-
Locality of a product offer.
getter/setter pair
- productCondition ↔ GoogleAdsSearchads360V23CommonProductConditionInfo?
-
Condition of a product offer.
getter/setter pair
- productCustomAttribute ↔ GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionProductCustomAttribute?
-
Custom attribute of a product offer.
getter/setter pair
- productItemId ↔ GoogleAdsSearchads360V23CommonProductItemIdInfo?
-
Item id of a product offer.
getter/setter pair
- productType ↔ GoogleAdsSearchads360V23CommonProductTypeInfo?
-
Type of a product offer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webpage ↔ GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionWebpage?
-
Filters for URLs in a page feed and URLs from the advertiser web domain.
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