Show / Hide Table of Contents

Class BillingAccountsResource.SkuGroupsResource

The "skuGroups" collection of methods.

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

Constructors

SkuGroupsResource(IClientService)

Constructs a new resource.

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

Properties

Skus

Gets the Skus resource.

Declaration
public virtual BillingAccountsResource.SkuGroupsResource.SkusResource Skus { get; }
Property Value
Type Description
BillingAccountsResource.SkuGroupsResource.SkusResource

Methods

Get(string)

Gets a SKU group visible to a billing account.

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

Required. The name of the BillingAccountSkuGroup to retrieve. Format: billingAccounts/{billing_account}/skuGroups/{sku_group}

Returns
Type Description
BillingAccountsResource.SkuGroupsResource.GetRequest

List(string)

Lists SKU groups visible to a billing account.

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

Required. The billing account to list billing account SKU groups from. Format: billingAccounts/{billing_account}

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