Get Data Connection Result
data class GetDataConnectionResult(val id: String, val kind: String, val location: String? = null, val name: String, val systemData: SystemDataResponse, val type: String)
Class representing a data connection.
Constructors
Link copied to clipboard
fun GetDataConnectionResult(id: String, kind: String, location: String? = null, name: String, systemData: SystemDataResponse, type: String)