Get Controller Details Result
data class GetControllerDetailsResult(val dncAppId: String, val dncEndpoint: String, val dncTenantId: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String)
Represents an instance of a DNC controller.