Show / Hide Table of Contents

Class AccountsResource.SkuGroupsResource

The "skuGroups" collection of methods.

Inheritance
object
AccountsResource.SkuGroupsResource
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 AccountsResource.SkuGroupsResource

Constructors

SkuGroupsResource(IClientService)

Constructs a new resource.

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

Properties

BillableSkus

Gets the BillableSkus resource.

Declaration
public virtual AccountsResource.SkuGroupsResource.BillableSkusResource BillableSkus { get; }
Property Value
Type Description
AccountsResource.SkuGroupsResource.BillableSkusResource

Methods

List(string)

Lists the Rebilling supported SKU groups the account is authorized to sell. Reference: https://cloud.google.com/skus/sku-groups Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different, or the account doesn't exist. * INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the SkuGroup resources. The data for each resource is displayed in the alphabetical order of SKU group display name. The data for each resource is displayed in the ascending order of SkuGroup.display_name If unsuccessful, returns an error.

Declaration
public virtual AccountsResource.SkuGroupsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.

Returns
Type Description
AccountsResource.SkuGroupsResource.ListRequest
In this article
Back to top Generated by DocFX