BiddersFilterSetsResource class

Constructors

BiddersFilterSetsResource(ApiRequester client)

Methods

create(FilterSet request, String ownerName, {bool? isTransient, String? $fields}) Future<FilterSet>
Creates the specified filter set for the account with the given account ID.
delete(String name, {String? $fields}) Future<Empty>
Deletes the requested filter set from the account with the given account ID.
get(String name, {String? $fields}) Future<FilterSet>
Retrieves the requested filter set for the account with the given account ID.
list(String ownerName, {int? pageSize, String? pageToken, String? $fields}) Future<ListFilterSetsResponse>
Lists all filter sets for the account with the given account ID.
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