GoogleAdsSearchads360V23ServicesBenchmarksLocation class
A location that supports benchmarks data.
Constructors
- GoogleAdsSearchads360V23ServicesBenchmarksLocation({GoogleAdsSearchads360V23CommonLocationInfo? locationInfo, String? locationName, String? locationType})
- GoogleAdsSearchads360V23ServicesBenchmarksLocation.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationInfo ↔ GoogleAdsSearchads360V23CommonLocationInfo?
-
Information on the geographic location, including the location ID.
getter/setter pair
- locationName ↔ String?
-
The unique location name in English.
getter/setter pair
- locationType ↔ String?
-
The location's type.
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