Get Data Pool Result
data class GetDataPoolResult(val dataPoolId: String, val id: String, val locations: List<DataPoolLocationResponse>, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
ADP Data Pool
Constructors
Link copied to clipboard
fun GetDataPoolResult(dataPoolId: String, id: String, locations: List<DataPoolLocationResponse>, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)