Get Role Result
data class GetRoleResult(val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Represents a cluster role.
Constructors
Link copied to clipboard
constructor(id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)