List Catalog Deployments Result
data class ListCatalogDeploymentsResult(val nextLink: String? = null, val value: List<DeploymentResponse>)
The response of a Deployment list operation.
The response of a Deployment list operation.