Get Studio Applications Result
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.
Constructors
Link copied to clipboard
constructor(applications: List<GetStudioApplicationsApplication>, id: String, ids: List<String>, keyword: String? = null, maxResults: Int? = null, nameRegex: String? = null, names: List<String>, orderType: Int? = null, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null)