Class AccountsResource.ProductsResource
The "products" collection of methods.
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.ProductsResource
Constructors
ProductsResource(IClientService)
Constructs a new resource.
Declaration
public ProductsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string, string)
Gets the requested product by ID.
Declaration
public virtual AccountsResource.ProductsResource.GetRequest Get(string accountId, string productId)
Parameters
Type | Name | Description |
---|---|---|
string | accountId | Account ID of the buyer. |
string | productId | The ID for the product to get the head revision for. |
Returns
Type | Description |
---|---|
AccountsResource.ProductsResource.GetRequest |
List(string)
List all products visible to the buyer (optionally filtered by the specified PQL query).
Declaration
public virtual AccountsResource.ProductsResource.ListRequest List(string accountId)
Parameters
Type | Name | Description |
---|---|---|
string | accountId | Account ID of the buyer. |
Returns
Type | Description |
---|---|
AccountsResource.ProductsResource.ListRequest |