Show / Hide Table of Contents

Class ProductsResource

The "products" collection of methods.

Inheritance
object
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.Cloudchannel.v1
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class ProductsResource

Constructors

ProductsResource(IClientService)

Constructs a new resource.

Declaration
public ProductsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Skus

Gets the Skus resource.

Declaration
public virtual ProductsResource.SkusResource Skus { get; }
Property Value
Type Description
ProductsResource.SkusResource

Methods

List()

Lists the Products the reseller is authorized to sell. Possible error codes: * INVALID_ARGUMENT: Required request parameters are missing or invalid.

Declaration
public virtual ProductsResource.ListRequest List()
Returns
Type Description
ProductsResource.ListRequest
In this article
Back to top Generated by DocFX