Get Application Result
data class GetApplicationResult(val applicationType: String? = null, val commandLineArguments: String? = null, val commandLineSetting: String, val description: String? = null, val filePath: String? = null, val friendlyName: String? = null, val iconContent: String, val iconHash: String, val iconIndex: Int? = null, val iconPath: String? = null, val id: String, val msixPackageApplicationId: String? = null, val msixPackageFamilyName: String? = null, val name: String, val objectId: String, val showInPortal: Boolean? = null, val systemData: SystemDataResponse, val type: String)
Schema for Application properties.
Constructors
Link copied to clipboard
fun GetApplicationResult(applicationType: String? = null, commandLineArguments: String? = null, commandLineSetting: String, description: String? = null, filePath: String? = null, friendlyName: String? = null, iconContent: String, iconHash: String, iconIndex: Int? = null, iconPath: String? = null, id: String, msixPackageApplicationId: String? = null, msixPackageFamilyName: String? = null, name: String, objectId: String, showInPortal: Boolean? = null, systemData: SystemDataResponse, type: String)