GetMaintenanceWindowExecutionResult class
Constructors
- 
          GetMaintenanceWindowExecutionResult({DateTime? endTime, DateTime? startTime, MaintenanceWindowExecutionStatus? status, String? statusDetails, List<String> ? taskIds, String? windowExecutionId})
- 
          GetMaintenanceWindowExecutionResult.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- endTime → DateTime?
- 
  The time the maintenance window finished running.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- startTime → DateTime?
- 
  The time the maintenance window started running.
  final
- status → MaintenanceWindowExecutionStatus?
- 
  The status of the maintenance window execution.
  final
- statusDetails → String?
- 
  The details explaining the Status. Only available for certain status values.
  final
- 
  taskIds
  → List<String> ?
- 
  The ID of the task executions from the maintenance window execution.
  final
- windowExecutionId → String?
- 
  The ID of the maintenance window execution.
  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