FutureReservationStatus class

Represents status related to the future reservation.

Output only.

Constructors

FutureReservationStatus({String? amendmentStatus, List<String>? autoCreatedReservations, FutureReservationStatusExistingMatchingUsageInfo? existingMatchingUsageInfo, String? fulfilledCount, FutureReservationStatusLastKnownGoodState? lastKnownGoodState, String? lockTime, String? procurementStatus, FutureReservationStatusSpecificSKUProperties? specificSkuProperties})
FutureReservationStatus.fromJson(Map json_)

Properties

amendmentStatus String?
The current status of the requested amendment.
getter/setter pair
autoCreatedReservations List<String>?
Fully qualified urls of the automatically created reservations at start_time.
getter/setter pair
existingMatchingUsageInfo FutureReservationStatusExistingMatchingUsageInfo?
Represents the existing matching usage for the future reservation.
getter/setter pair
fulfilledCount String?
This count indicates the fulfilled capacity so far.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastKnownGoodState FutureReservationStatusLastKnownGoodState?
This field represents the future reservation before an amendment was requested.
getter/setter pair
lockTime String?
Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be allowed.
getter/setter pair
procurementStatus String?
Current state of this Future Reservation
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specificSkuProperties FutureReservationStatusSpecificSKUProperties?
getter/setter pair

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