GoogleAdsSearchads360V23ResourcesAssetGroupListingGroupFilter class
AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.
Constructors
- GoogleAdsSearchads360V23ResourcesAssetGroupListingGroupFilter({String? assetGroup, GoogleAdsSearchads360V23ResourcesListingGroupFilterDimension? caseValue, String? id, String? listingSource, String? parentListingGroupFilter, GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionPath? path, String? resourceName, String? type})
- GoogleAdsSearchads360V23ResourcesAssetGroupListingGroupFilter.fromJson(Map json_)
Properties
- assetGroup ↔ String?
-
The asset group which this asset group listing group filter is part of.
getter/setter pair
- caseValue ↔ GoogleAdsSearchads360V23ResourcesListingGroupFilterDimension?
-
Dimension value with which this listing group is refining its parent.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the ListingGroupFilter.
getter/setter pair
- listingSource ↔ String?
-
The source of listings filtered by this listing group filter.
getter/setter pair
- parentListingGroupFilter ↔ String?
-
Resource name of the parent listing group subdivision.
getter/setter pair
- path ↔ GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionPath?
-
The path of dimensions defining this listing group filter.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the asset group listing group filter.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Type of a listing group filter node.
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