Show / Hide Table of Contents

Class ProductsResource.SkusResource

The "skus" collection of methods.

Inheritance
object
ProductsResource.SkusResource
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.SkusResource

Constructors

SkusResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

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

Declaration
public virtual ProductsResource.SkusResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the Product to list SKUs for. Parent uses the format: products/{product_id}. Supports products/- to retrieve SKUs for all products.

Returns
Type Description
ProductsResource.SkusResource.ListRequest
In this article
Back to top Generated by DocFX