Get MECRole Result
data class GetMECRoleResult(val connectionString: AsymmetricEncryptedSecretResponse? = null, val controllerEndpoint: String? = null, val id: String, val kind: String, val name: String, val resourceUniqueId: String? = null, val roleStatus: String, val systemData: SystemDataResponse, val type: String)
MEC role.
Constructors
Link copied to clipboard
constructor(connectionString: AsymmetricEncryptedSecretResponse? = null, controllerEndpoint: String? = null, id: String, kind: String, name: String, resourceUniqueId: String? = null, roleStatus: String, systemData: SystemDataResponse, type: String)