Class AccountsResource.SkuGroupsResource.BillableSkusResource
The "billableSkus" collection of methods.
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class AccountsResource.SkuGroupsResource.BillableSkusResource
Constructors
BillableSkusResource(IClientService)
Constructs a new resource.
Declaration
public BillableSkusResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists the Billable SKUs in a given SKU group. Possible error codes: PERMISSION_DENIED: If the account making the request and the account being queried for are different, or the account doesn't exist. INVALID_ARGUMENT: Missing or invalid required parameters in the request. INTERNAL: Any non-user error related to technical issue in the backend. In this case, contact cloud channel support. Return Value: If successful, the BillableSku resources. The data for each resource is displayed in the ascending order of: * BillableSku.service_display_name * BillableSku.sku_display_name If unsuccessful, returns an error.
Declaration
public virtual AccountsResource.SkuGroupsResource.BillableSkusResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}. |
Returns
Type | Description |
---|---|
AccountsResource.SkuGroupsResource.BillableSkusResource.ListRequest |