Show / Hide Table of Contents

Class AccountsResource

The "accounts" collection of methods.

Inheritance
System.Object
AccountsResource
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.MyBusinessBusinessInformation.v1
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class AccountsResource

Constructors

AccountsResource(IClientService)

Constructs a new resource.

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

Properties

Locations

Gets the Locations resource.

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