Get Application Live View Result
data class GetApplicationLiveViewResult(val id: String, val name: String, val properties: ApplicationLiveViewPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Application Live View resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ApplicationLiveViewPropertiesResponse, systemData: SystemDataResponse, type: String)