qcs_api_client.models.list_reservations_response#

Module Contents#

Classes#

ListReservationsResponse

qcs_api_client.models.list_reservations_response.next_page_token#

Attributes#

T

qcs_api_client.models.list_reservations_response.T#
class qcs_api_client.models.list_reservations_response.ListReservationsResponse#
next_page_token#
Type

str

reservations#
Type

List[Reservation]

next_page_token :str#
reservations :List[qcs_api_client.models.reservation.Reservation]#
additional_properties :Dict[str, Any]#
to_dict(pick_by_predicate: Optional[Callable[[Any], bool]] = is_not_none) Dict[str, Any]#
classmethod from_dict(src_dict: Dict[str, Any]) T#
property additional_keys List[str]#
__getitem__(key: str) Any#
__setitem__(key: str, value: Any) None#
__delitem__(key: str) None#
__contains__(key: str) bool#