Class ApplicationTransferParam
Template for application transfer parameters.
Implements
Inherited Members
Namespace: Google.Apis.Admin.DataTransfer.datatransfer_v1.Data
Assembly: Google.Apis.Admin.DataTransfer.datatransfer_v1.dll
Syntax
public class ApplicationTransferParam : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Key
The type of the transfer parameter, such as PRIVACY_LEVEL.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the transfer parameter, such as PRIVATE or SHARED.
Declaration
[JsonProperty("value")]
public virtual IList<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |