Authorization_VtContainers_Mappings_ListResult
Authorization_VtContainers_Mappings_ListResult
The Mappings.ListResult structure represents the result of the Mappings.list operation.
JSON Example
{
"items": [
{
"mapping": "string",
"info": {
"vtcontainer": "string",
"object": {
"type": "string",
"id": "string"
}
}
}
],
"marker": "string"
}
string
marker
Optional
An opaque string in support of pagination which indicates that more items are available. The marker can be used in subsequent calls to the Mappings.list operation to retrieve the next set of items. If unset there are no additional items.