Show / Hide Table of Contents

Class AccountsResource.ProductsResource

The "products" collection of methods.

Inheritance
object
AccountsResource.ProductsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX