Get Update Result
data class GetUpdateResult(val additionalProperties: String? = null, val availabilityType: String? = null, val description: String? = null, val displayName: String? = null, val healthCheckDate: String? = null, val id: String, val installedDate: String? = null, val location: String? = null, val name: String, val notifyMessage: String? = null, val packagePath: String? = null, val packageSizeInMb: Double? = null, val packageType: String? = null, val prerequisites: List<UpdatePrerequisiteResponse>? = null, val progressPercentage: Double? = null, val provisioningState: String, val publisher: String? = null, val releaseLink: String? = null, val state: String? = null, val systemData: SystemDataResponse, val type: String, val version: String? = null)
Update details
Constructors
Link copied to clipboard
fun GetUpdateResult(additionalProperties: String? = null, availabilityType: String? = null, description: String? = null, displayName: String? = null, healthCheckDate: String? = null, id: String, installedDate: String? = null, location: String? = null, name: String, notifyMessage: String? = null, packagePath: String? = null, packageSizeInMb: Double? = null, packageType: String? = null, prerequisites: List<UpdatePrerequisiteResponse>? = null, progressPercentage: Double? = null, provisioningState: String, publisher: String? = null, releaseLink: String? = null, state: String? = null, systemData: SystemDataResponse, type: String, version: String? = null)
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