PatchStatus class
Information about the approval status of a patch.
Constructors
- PatchStatus({DateTime? approvalDate, PatchComplianceLevel? complianceLevel, PatchDeploymentStatus? deploymentStatus})
-
PatchStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- approvalDate → DateTime?
-
The date the patch was approved (or will be approved if the status is
PENDING_APPROVAL).
final
- complianceLevel → PatchComplianceLevel?
-
The compliance severity level for a patch.
final
- deploymentStatus → PatchDeploymentStatus?
-
The approval status of a patch (APPROVED, PENDING_APPROVAL,
EXPLICIT_APPROVED, EXPLICIT_REJECTED).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited