CoverageHours class

How long a running instance either used a reservation or was On-Demand.

Constructors

CoverageHours({String? coverageHoursPercentage, String? onDemandHours, String? reservedHours, String? totalRunningHours})
CoverageHours.fromJson(Map<String, dynamic> json)
factory

Properties

coverageHoursPercentage String?
The percentage of instance hours that a reservation covered.
final
hashCode int
The hash code for this object.
no setterinherited
onDemandHours String?
The number of instance running hours that On-Demand Instances covered.
final
reservedHours String?
The number of instance running hours that reservations covered.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalRunningHours String?
The total instance usage, in hours.
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