Class ProductsResource
The "products" collection of methods.
Inherited Members
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 |