GoogleAdsSearchads360V23ResourcesPerStoreView class
A per store view.
This view provides per store impression reach and local action conversion stats for advertisers.
Constructors
- GoogleAdsSearchads360V23ResourcesPerStoreView({String? address1, String? address2, String? businessName, String? city, String? countryCode, String? phoneNumber, String? placeId, String? postalCode, String? province, String? resourceName})
- GoogleAdsSearchads360V23ResourcesPerStoreView.fromJson(Map json_)
Properties
- address1 ↔ String?
-
First line of the store's address.
getter/setter pair
- address2 ↔ String?
-
Second line of the store's address.
getter/setter pair
- businessName ↔ String?
-
The name of the business.
getter/setter pair
- city ↔ String?
-
The city where the store is located.
getter/setter pair
- countryCode ↔ String?
-
The two-letter country code for the store's location (e.g., "US").
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumber ↔ String?
-
The phone number of the store.
getter/setter pair
- placeId ↔ String?
-
The place ID of the per store view.
getter/setter pair
- postalCode ↔ String?
-
The postal code of the store's address.
getter/setter pair
- province ↔ String?
-
The province or state of the store's address.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the per store view.
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