Draft Package Intune App Metadata Item Response
    data class DraftPackageIntuneAppMetadataItemResponse(val appId: String? = null, val appName: String? = null, val createDate: String? = null, val dependencyIds: List<String>? = null, val dependentAppCount: Int? = null, val description: String? = null, val expectedExitCodes: List<String>? = null, val installCommand: String? = null, val lastProcessed: Double? = null, val minimumSupportedOS: String? = null, val owner: String? = null, val publisher: String? = null, val setupFile: String? = null, val status: String? = null, val uninstallCommand: String? = null, val version: String? = null)
The Metadata of a single Intune App.
Constructors
Link copied to clipboard
                fun DraftPackageIntuneAppMetadataItemResponse(appId: String? = null, appName: String? = null, createDate: String? = null, dependencyIds: List<String>? = null, dependentAppCount: Int? = null, description: String? = null, expectedExitCodes: List<String>? = null, installCommand: String? = null, lastProcessed: Double? = null, minimumSupportedOS: String? = null, owner: String? = null, publisher: String? = null, setupFile: String? = null, status: String? = null, uninstallCommand: String? = null, version: String? = null)