Show / Hide Table of Contents

Class SkuGroupsResource

The "skuGroups" collection of methods.

Inheritance
object
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 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 SkuGroupsResource.SkusResource Skus { get; }
Property Value
Type Description
SkuGroupsResource.SkusResource

Methods

Get(string)

Gets a publicly listed SKU group.

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

Required. The name of the SKU group to retrieve. Format: skuGroups/{sku_group}

Returns
Type Description
SkuGroupsResource.GetRequest

List()

Lists all publicly listed SKU groups.

Declaration
public virtual SkuGroupsResource.ListRequest List()
Returns
Type Description
SkuGroupsResource.ListRequest
In this article
Back to top Generated by DocFX