GoogleAdsSearchads360V23CommonListingGroupInfo class
A listing group criterion.
Constructors
- GoogleAdsSearchads360V23CommonListingGroupInfo({GoogleAdsSearchads360V23CommonListingDimensionInfo? caseValue, String? parentAdGroupCriterion, GoogleAdsSearchads360V23CommonListingDimensionPath? path, String? type})
- GoogleAdsSearchads360V23CommonListingGroupInfo.fromJson(Map json_)
Properties
- caseValue ↔ GoogleAdsSearchads360V23CommonListingDimensionInfo?
-
Dimension value with which this listing group is refining its parent.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parentAdGroupCriterion ↔ String?
-
Resource name of ad group criterion which is the parent listing group
subdivision.
getter/setter pair
- path ↔ GoogleAdsSearchads360V23CommonListingDimensionPath?
-
The path of dimensions defining this listing group.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Type of the listing group.
Possible string values are:
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