Show / Hide Table of Contents

Class ProductsResource

The "products" collection of methods.

Inheritance
System.Object
ProductsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class ProductsResource

Constructors

ProductsResource(IClientService)

Constructs a new resource.

Declaration
public ProductsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Get(String)

Gets the requested product by id.

Declaration
public virtual ProductsResource.GetRequest Get(string productId)
Parameters
Type Name Description
System.String productId

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

Returns
Type Description
ProductsResource.GetRequest

Search()

Gets the requested product.

Declaration
public virtual ProductsResource.SearchRequest Search()
Returns
Type Description
ProductsResource.SearchRequest
In This Article
Back to top