Class TransferLocationRequest
Request message for AccessControl.TransferLocation.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessAccountManagement.v1.Data
Assembly: Google.Apis.MyBusinessAccountManagement.v1.dll
Syntax
public class TransferLocationRequest : IDirectResponseSchema
Properties
DestinationAccount
Required. Name of the account resource to transfer the location to (for example, "accounts/{account}").
Declaration
[JsonProperty("destinationAccount")]
public virtual string DestinationAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |