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 .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["The template defines transfer parameters using a JSON structure with a \"key\" indicating the parameter type and a \"value\" array holding the parameter's values."],["Transfer parameters, like \"PRIVACY_LEVEL,\" are specified by a \"key\" field with their corresponding values, such as \"PRIVATE\" or \"SHARED,\" stored in the \"value\" array."]]],[]]