DraftPackageArgs

constructor(appFileName: Output<String>? = null, applicationName: Output<String>? = null, comments: Output<String>? = null, draftPackageName: Output<String>? = null, editPackage: Output<Boolean>? = null, executableLaunchCommand: Output<String>? = null, firstPartyApps: Output<List<FirstPartyAppDefinitionArgs>>? = null, flightingRing: Output<String>? = null, galleryApps: Output<List<GalleryAppDefinitionArgs>>? = null, highlightedFiles: Output<List<HighlightedFileArgs>>? = null, inplaceUpgradeOSPair: Output<InplaceUpgradeOSInfoArgs>? = null, intuneEnrollmentMetadata: Output<IntuneEnrollmentMetadataArgs>? = null, intuneMetadata: Output<DraftPackageIntuneAppMetadataArgs>? = null, packageId: Output<String>? = null, packageTags: Output<Map<String, String>>? = null, processName: Output<String>? = null, resourceGroupName: Output<String>? = null, sourceType: Output<Either<String, DraftPackageSourceType>>? = null, tabState: Output<TabStateArgs>? = null, targetOSList: Output<List<TargetOSInfoArgs>>? = null, testBaseAccountName: Output<String>? = null, testTypes: Output<List<Either<String, TestType>>>? = null, tests: Output<List<TestArgs>>? = null, useAutofill: Output<Boolean>? = null, useSample: Output<Boolean>? = null, version: Output<String>? = null)