pub async fn list_reservations(
configuration: &Configuration,
filter: Option<&str>,
order: Option<&str>,
page_size: Option<i64>,
page_token: Option<&str>,
show_deleted: Option<&str>,
x_qcs_account_id: Option<&str>,
x_qcs_account_type: Option<AccountType>,
) -> Result<ListReservationsResponse, Error<ListReservationsError>>Expand description
List existing reservations for the authenticated user, or a target user when specifying X-QCS-ACCOUNT-ID and X-QCS-ACCOUNT-TYPE headers. Available filter fields include: * startTime - timestamp * endTime - timestamp * createdTime - timestamp * price - integer * cancelled - boolean (deprecated, use showDeleted parameter) * quantumProcessorId - string Available order fields include: * startTime - timestamp * endTime - timestamp * createdTime - timestamp * price - integer