Show / Hide Table of Contents

Class LocationsResource

The "locations" collection of methods.

Inheritance
object
LocationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessAccountManagement.v1
Assembly: Google.Apis.MyBusinessAccountManagement.v1.dll
Syntax
public class LocationsResource

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

Admins

Gets the Admins resource.

Declaration
public virtual LocationsResource.AdminsResource Admins { get; }
Property Value
Type Description
LocationsResource.AdminsResource

Methods

Transfer(TransferLocationRequest, string)

Moves a location from an account that the user owns to another account that the same user administers. The user must be an owner of the account the location is currently associated with and must also be at least a manager of the destination account.

Declaration
public virtual LocationsResource.TransferRequest Transfer(TransferLocationRequest body, string name)
Parameters
Type Name Description
TransferLocationRequest body

The body of the request.

string name

Required. The name of the location to transfer. locations/{location_id}.

Returns
Type Description
LocationsResource.TransferRequest
In this article
Back to top Generated by DocFX