Share via


ReservationSummary Class

The roll up count summary of reservations in each state.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

ReservationSummary(**kwargs: Any)

Variables

Name Description
cancelled_count

The number of reservation in Cancelled state.

expired_count

The number of reservation in Expired state.

expiring_count

The number of reservation in Expiring state.

failed_count

The number of reservation in Failed state.

pending_count

The number of reservation in Pending state.

succeeded_count

The number of reservation in Succeeded state.

no_benefit_count

The number of reservation in 'No Benefit' state.

warning_count

The number of reservation in Warning state.

processing_count

The number of reservation in Processing state.