GoogleAdsSearchads360V23CommonBusinessProfileLocationSet class

Data used to configure a location set populated from Google Business Profile locations.

Different types of filters are AND'ed together, if they are specified.

Constructors

GoogleAdsSearchads360V23CommonBusinessProfileLocationSet({String? businessAccountId, String? businessNameFilter, String? emailAddress, String? httpAuthorizationToken, List<String>? labelFilters, List<String>? listingIdFilters})
GoogleAdsSearchads360V23CommonBusinessProfileLocationSet.fromJson(Map json_)

Properties

businessAccountId String?
The account ID of the managed business whose locations are to be used.
getter/setter pair
businessNameFilter String?
Used to filter Google Business Profile listings by business name.
getter/setter pair
emailAddress String?
Email address of a Google Business Profile account or email address of a manager of the Google Business Profile account.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpAuthorizationToken String?
The HTTP authorization token used to obtain authorization.
getter/setter pair
labelFilters List<String>?
Used to filter Google Business Profile listings by labels.
getter/setter pair
listingIdFilters List<String>?
Used to filter Google Business Profile listings by listing id.
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