BiddersAccountsFilterSets
class BiddersAccountsFilterSets extends Resource (View source)
The "filterSets" collection of methods.
Typical usage is:
$adexchangebuyer2Service = new Google\Service\AdExchangeBuyerII(...);
$filterSets = $adexchangebuyer2Service->bidders_accounts_filterSets;
Methods
Deletes the requested filter set from the account with the given account ID.
Retrieves the requested filter set for the account with the given account ID.
Lists all filter sets for the account with the given account ID.
Details
FilterSet
create(string $ownerName, FilterSet $postBody, array $optParams = [])
Creates the specified filter set for the account with the given account ID.
(filterSets.create)
Adexchangebuyer2Empty
delete(string $name, array $optParams = [])
Deletes the requested filter set from the account with the given account ID.
(filterSets.delete)
FilterSet
get(string $name, array $optParams = [])
Retrieves the requested filter set for the account with the given account ID.
(filterSets.get)
ListFilterSetsResponse
listBiddersAccountsFilterSets(string $ownerName, array $optParams = [])
Lists all filter sets for the account with the given account ID.
(filterSets.listBiddersAccountsFilterSets)