GoogleAdsSearchads360V23ServicesPlannableLocation class
A plannable location: country, metro region, province, etc.
Constructors
- GoogleAdsSearchads360V23ServicesPlannableLocation({String? countryCode, String? id, String? locationType, String? name, String? parentCountryId})
- GoogleAdsSearchads360V23ServicesPlannableLocation.fromJson(Map json_)
Properties
- countryCode ↔ String?
-
The ISO-3166-1 alpha-2 country code that is associated with the location.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The location identifier.
getter/setter pair
- locationType ↔ String?
-
The location's type.
getter/setter pair
- name ↔ String?
-
The unique location name in English.
getter/setter pair
- parentCountryId ↔ String?
-
The parent country (not present if location is a country).
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