Get Draft Package Result
data class GetDraftPackageResult(val appFileName: String? = null, val applicationName: String? = null, val comments: String? = null, val draftPackagePath: String, val editPackage: Boolean? = null, val executableLaunchCommand: String? = null, val firstPartyApps: List<FirstPartyAppDefinitionResponse>? = null, val flightingRing: String? = null, val galleryApps: List<GalleryAppDefinitionResponse>? = null, val highlightedFiles: List<HighlightedFileResponse>? = null, val id: String, val inplaceUpgradeOSPair: InplaceUpgradeOSInfoResponse? = null, val intuneEnrollmentMetadata: IntuneEnrollmentMetadataResponse? = null, val intuneMetadata: DraftPackageIntuneAppMetadataResponse? = null, val lastModifiedTime: String, val name: String, val packageId: String? = null, val packageTags: Map<String, String>? = null, val processName: String? = null, val provisioningState: String, val sourceType: String? = null, val systemData: SystemDataResponse, val tabState: TabStateResponse? = null, val targetOSList: List<TargetOSInfoResponse>? = null, val testTypes: List<String>? = null, val tests: List<TestResponse>? = null, val type: String, val useAutofill: Boolean? = null, val useSample: Boolean? = null, val version: String? = null, val workingPath: String)
The Test Base Draft Package resource.
Constructors
Link copied to clipboard
fun GetDraftPackageResult(appFileName: String? = null, applicationName: String? = null, comments: String? = null, draftPackagePath: String, editPackage: Boolean? = null, executableLaunchCommand: String? = null, firstPartyApps: List<FirstPartyAppDefinitionResponse>? = null, flightingRing: String? = null, galleryApps: List<GalleryAppDefinitionResponse>? = null, highlightedFiles: List<HighlightedFileResponse>? = null, id: String, inplaceUpgradeOSPair: InplaceUpgradeOSInfoResponse? = null, intuneEnrollmentMetadata: IntuneEnrollmentMetadataResponse? = null, intuneMetadata: DraftPackageIntuneAppMetadataResponse? = null, lastModifiedTime: String, name: String, packageId: String? = null, packageTags: Map<String, String>? = null, processName: String? = null, provisioningState: String, sourceType: String? = null, systemData: SystemDataResponse, tabState: TabStateResponse? = null, targetOSList: List<TargetOSInfoResponse>? = null, testTypes: List<String>? = null, tests: List<TestResponse>? = null, type: String, useAutofill: Boolean? = null, useSample: Boolean? = null, version: String? = null, workingPath: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard