ApplicationTransferParam

Template for application transfer parameters.

JSON representation
{
  "key": string,
  "value": [
    string
  ]
}
Fields
key

string

The type of the transfer parameter, such as PRIVACY_LEVEL.

value[]

string

The value of the transfer parameter, such as PRIVATE or SHARED.