List Provisioned Cluster Instance User Kubeconfig Result
data class ListProvisionedClusterInstanceUserKubeconfigResult(val error: ListCredentialResponseResponseError? = null, val id: String, val name: String, val properties: ListCredentialResponseResponseProperties, val resourceId: String, val status: String)
The list kubeconfig result response.
Constructors
Link copied to clipboard
constructor(error: ListCredentialResponseResponseError? = null, id: String, name: String, properties: ListCredentialResponseResponseProperties, resourceId: String, status: String)