UpdateMaintenanceWindowTargetResult class

Constructors

UpdateMaintenanceWindowTargetResult({String? description, String? name, String? ownerInformation, List<Target>? targets, String? windowId, String? windowTargetId})
UpdateMaintenanceWindowTargetResult.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
The updated description.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The updated name.
final
ownerInformation String?
The updated owner.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targets List<Target>?
The updated targets.
final
windowId String?
The maintenance window ID specified in the update request.
final
windowTargetId String?
The target ID specified in the update request.
final

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