AdvertisersLocationListsAssignedLocationsResource class

Constructors

AdvertisersLocationListsAssignedLocationsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bulkEdit(BulkEditAssignedLocationsRequest request, String advertiserId, String locationListId, {String? $fields}) Future<BulkEditAssignedLocationsResponse>
Bulk edits multiple assignments between locations and a single location list.
create(AssignedLocation request, String advertiserId, String locationListId, {String? $fields}) Future<AssignedLocation>
Creates an assignment between a location and a location list.
delete(String advertiserId, String locationListId, String assignedLocationId, {String? $fields}) Future<Empty>
Deletes the assignment between a location and a location list.
list(String advertiserId, String locationListId, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListAssignedLocationsResponse>
Lists locations assigned to a location list.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited