Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetStudioApplicationsResult(val applications: List<GetStudioApplicationsApplication>, val id: String, val ids: List<String>, val keyword: String? = null, val maxResults: Int? = null, val nameRegex: String? = null, val names: List<String>, val orderType: Int? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null)
A collection of values returned by getStudioApplications.
Link copied to clipboard
data class StudioApplicationInstance(val id: String? = null, val nodeName: String? = null, val nodeType: String? = null)