PatchSettingsResponseStatus

data class PatchSettingsResponseStatus(val error: ErrorDetailResponse, val hotpatchEnablementStatus: String? = null)

Status of the hotpatch capability enrollment or disenrollment.

Constructors

Link copied to clipboard
constructor(error: ErrorDetailResponse, hotpatchEnablementStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The errors that were encountered during the hotpatch capability enrollment or disenrollment.

Link copied to clipboard

Indicates the current status of the hotpatch being enabled or disabled.