Show / Hide Table of Contents

Class BillingAccountsResource

The "billingAccounts" collection of methods.

Inheritance
System.Object
BillingAccountsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Recommender.v1
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class BillingAccountsResource

Constructors

BillingAccountsResource(IClientService)

Constructs a new resource.

Declaration
public BillingAccountsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

Locations

Gets the Locations resource.

Declaration
public virtual BillingAccountsResource.LocationsResource Locations { get; }
Property Value
Type Description
BillingAccountsResource.LocationsResource
In This Article
Back to top