Show / Hide Table of Contents

Class BillingAccountsResource

The "billingAccounts" collection of methods.

Inheritance
object
BillingAccountsResource
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

Constructors

BillingAccountsResource(IClientService)

Constructs a new resource.

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

Properties

Services

Gets the Services resource.

Declaration
public virtual BillingAccountsResource.ServicesResource Services { get; }
Property Value
Type Description
BillingAccountsResource.ServicesResource

SkuGroups

Gets the SkuGroups resource.

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

Skus

Gets the Skus resource.

Declaration
public virtual BillingAccountsResource.SkusResource Skus { get; }
Property Value
Type Description
BillingAccountsResource.SkusResource
In this article
Back to top Generated by DocFX