qcs_api_client.models.reservation#

Module Contents#

Classes#

Reservation

qcs_api_client.models.reservation.account_id#

Attributes#

T

qcs_api_client.models.reservation.T#
class qcs_api_client.models.reservation.Reservation#
account_id#

userId for accountType “user”, group name for accountType “group”.

Type

str

account_type#

There are two types of accounts within QCS: user (representing a single user in Okta) and group (representing one or more users in Okta).

Type

AccountType

created_time#
Type

datetime.datetime

end_time#
Type

datetime.datetime

id#
Type

int

price#
Type

int

quantum_processor_id#
Type

str

start_time#
Type

datetime.datetime

user_id#

Deprecated in favor of accountId.

Type

str

cancellation_billing_invoice_item_id#
Type

Union[Unset, str]

cancelled#
Type

Union[Unset, bool]

creation_billing_invoice_item_id#
Type

Union[Unset, str]

notes#
Type

Union[Unset, str]

updated_time#
Type

Union[Unset, datetime.datetime]

account_id :str#
account_type :qcs_api_client.models.account_type.AccountType#
created_time :datetime.datetime#
end_time :datetime.datetime#
id :int#
price :int#
quantum_processor_id :str#
start_time :datetime.datetime#
user_id :str#
cancellation_billing_invoice_item_id :Union[qcs_api_client.types.Unset, str]#
cancelled :Union[qcs_api_client.types.Unset, bool]#
creation_billing_invoice_item_id :Union[qcs_api_client.types.Unset, str]#
notes :Union[qcs_api_client.types.Unset, str]#
updated_time :Union[qcs_api_client.types.Unset, datetime.datetime]#
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#