GoogleAdsSearchads360V23CommonLocationSet class
Data related to location set.
One of the Google Business Profile (previously known as Google My Business) data, Chain data, and map location data need to be specified.
Constructors
- GoogleAdsSearchads360V23CommonLocationSet({GoogleAdsSearchads360V23CommonBusinessProfileLocationSet? businessProfileLocationSet, GoogleAdsSearchads360V23CommonChainSet? chainLocationSet, String? locationOwnershipType, GoogleAdsSearchads360V23CommonMapsLocationSet? mapsLocationSet})
- GoogleAdsSearchads360V23CommonLocationSet.fromJson(Map json_)
Properties
- businessProfileLocationSet ↔ GoogleAdsSearchads360V23CommonBusinessProfileLocationSet?
-
Data used to configure a location set populated from Google Business
Profile locations.
getter/setter pair
- chainLocationSet ↔ GoogleAdsSearchads360V23CommonChainSet?
-
Data used to configure a location on chain set populated with the
specified chains.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationOwnershipType ↔ String?
-
Location Ownership Type (owned location or affiliate location).
getter/setter pair
- mapsLocationSet ↔ GoogleAdsSearchads360V23CommonMapsLocationSet?
-
Only set if locations are synced based on selected maps locations
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