Get Apps Result
data class GetAppsResult(val apps: List<GetAppsApp>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val osType: String? = null, val outputFile: String? = null, val productId: String)
A collection of values returned by getApps.