LibrarySubscriptionsUpdateRequestBody
This is a request body class for an operation.
Properties
spec
Required
Specification of the new property values to set on the subscription.
string
subscription
Required
subscription identifier. The parameter must be an identifier for the resource type: com.vmware.content.library.Subscriptions.
JSON Example
{
"spec": {},
"subscription": "string"
}