class Products extends Resource (View source)

The "products" collection of methods.

Typical usage is:

 $adexchangebuyerService = new Google\Service\AdExchangeBuyer(...);
 $products = $adexchangebuyerService->products;

Methods

get(string $productId, array $optParams = [])

Gets the requested product by id. (products.get)

search(array $optParams = [])

Gets the requested product. (products.search)

Details

Product get(string $productId, array $optParams = [])

Gets the requested product by id. (products.get)

Parameters

string $productId

The id for the product to get the head revision for.

array $optParams

Optional parameters.

Return Value

Product

Gets the requested product. (products.search)

Parameters

array $optParams

Optional parameters.

Return Value

GetOffersResponse