GoogleAdsSearchads360V23ResourcesGeoTargetConstant class

A geo target constant.

Constructors

GoogleAdsSearchads360V23ResourcesGeoTargetConstant({String? canonicalName, String? countryCode, String? id, String? name, String? parentGeoTarget, String? resourceName, String? status, String? targetType})
GoogleAdsSearchads360V23ResourcesGeoTargetConstant.fromJson(Map json_)

Properties

canonicalName String?
The fully qualified English name, consisting of the target's name and that of its parent and country.
getter/setter pair
countryCode String?
The ISO-3166-1 alpha-2 country code that is associated with the target.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the geo target constant.
getter/setter pair
name String?
Geo target constant English name.
getter/setter pair
parentGeoTarget String?
The resource name of the parent geo target constant.
getter/setter pair
resourceName String?
The resource name of the geo target constant.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Geo target constant status.
getter/setter pair
targetType String?
Geo target constant target type.
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