Show / Hide Table of Contents

Class BillingAccountsResource.SkuGroupsResource.SkusResource

The "skus" collection of methods.

Inheritance
object
BillingAccountsResource.SkuGroupsResource.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.Cloudbilling.v1beta
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class BillingAccountsResource.SkuGroupsResource.SkusResource

Constructors

SkusResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets a SKU that is part of a billing account SKU group.

Declaration
public virtual BillingAccountsResource.SkuGroupsResource.SkusResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the billing account SKU group SKU to retrieve. Format: billingAccounts/{billing_account}/skuGroups/{sku_group}/skus/{sku}

Returns
Type Description
BillingAccountsResource.SkuGroupsResource.SkusResource.GetRequest

List(string)

Lists SKUs that is part of billing account SKU groups.

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

Required. The billing account SKU group to list billing account SKU group SKUs from. Format: billingAccounts/{billing_account}/skuGroups/{sku_group}

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