FutureReservationStatusLastKnownGoodState class
The state that the future reservation will be reverted to should the amendment be declined.
Constructors
- FutureReservationStatusLastKnownGoodState({String? description, FutureReservationStatusExistingMatchingUsageInfo? existingMatchingUsageInfo, FutureReservationStatusLastKnownGoodStateFutureReservationSpecs? futureReservationSpecs, String? lockTime, String? namePrefix, String? procurementStatus})
- FutureReservationStatusLastKnownGoodState.fromJson(Map json_)
Properties
- description ↔ String?
-
The description of the FutureReservation before an
amendment was requested.
getter/setter pair
- existingMatchingUsageInfo ↔ FutureReservationStatusExistingMatchingUsageInfo?
-
Represents the matching usage for the future
reservation before an amendment was requested.
getter/setter pair
- futureReservationSpecs ↔ FutureReservationStatusLastKnownGoodStateFutureReservationSpecs?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lockTime ↔ String?
-
The lock time of the FutureReservation before an
amendment was requested.
getter/setter pair
- namePrefix ↔ String?
-
The name prefix of the Future Reservation before an
amendment was requested.
getter/setter pair
- procurementStatus ↔ String?
-
The status of the last known good state for the Future
Reservation.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited