Class LocationsResource
The "locations" collection of methods.
Inherited Members
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. |
Returns
Type | Description |
---|---|
LocationsResource.TransferRequest |