Get Application Result
data class GetApplicationResult(val description: String? = null, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val trackingDataStores: Map<String, TrackingDataStoreResponse>, val type: String)
An integration application under space.
Constructors
Link copied to clipboard
fun GetApplicationResult(description: String? = null, id: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, trackingDataStores: Map<String, TrackingDataStoreResponse>, type: String)