ReservationSummary Class
The roll up count summary of reservations in each state.
Constructor
ReservationSummary(*args: Any, **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. |
Attributes
cancelled_count
The number of reservation in Cancelled state.
cancelled_count: float | None
expired_count
The number of reservation in Expired state.
expired_count: float | None
expiring_count
The number of reservation in Expiring state.
expiring_count: float | None
failed_count
The number of reservation in Failed state.
failed_count: float | None
no_benefit_count
The number of reservation in 'No Benefit' state.
no_benefit_count: float | None
pending_count
The number of reservation in Pending state.
pending_count: float | None
processing_count
The number of reservation in Processing state.
processing_count: float | None
succeeded_count
The number of reservation in Succeeded state.
succeeded_count: float | None
warning_count
The number of reservation in Warning state.
warning_count: float | None