LibrarySubscriptionsListResponseBody
This is a response body class for an operation.
Properties
array of
LibrarySubscriptionsSummary
value
Optional
List of commonly used information about subscriptions of the published library.
JSON Example
{
"value": [
{
"subscribed_library": "string",
"subscribed_library_name": "string",
"subscribed_library_vcenter_hostname": "string",
"subscription": "string"
}
]
}