PatchBaselineIdentity class
Defines the basic information about a patch baseline.
Constructors
- PatchBaselineIdentity({String? baselineDescription, String? baselineId, String? baselineName, bool? defaultBaseline, OperatingSystem? operatingSystem})
-
PatchBaselineIdentity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- baselineDescription → String?
-
The description of the patch baseline.
final
- baselineId → String?
-
The ID of the patch baseline.
final
- baselineName → String?
-
The name of the patch baseline.
final
- defaultBaseline → bool?
-
Whether this is the default baseline. Note that Systems Manager supports
creating multiple default patch baselines. For example, you can create a
default patch baseline for each operating system.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- operatingSystem → OperatingSystem?
-
Defines the operating system the patch baseline applies to. The Default
value is WINDOWS.
final
- 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