TransferSessionItems
TransferSessionItems
A list of transfer session items.
AllOf
JSON Example
undefined undefined
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"name": "string",
"totalSizeInBytes": 0,
"transferredBytes": 0
}
]
}