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.

Inheritance
ReservationSummary

Constructor

ReservationSummary(**kwargs)

Variables

succeeded_count
float

The number of reservation in Succeeded state.

failed_count
float

The number of reservation in Failed state.

expiring_count
float

The number of reservation in Expiring state.

expired_count
float

The number of reservation in Expired state.

pending_count
float

The number of reservation in Pending state.

cancelled_count
float

The number of reservation in Cancelled state.