qcs_api_client.models.list_quantum_processors_response#

Module Contents#

Classes#

ListQuantumProcessorsResponse

qcs_api_client.models.list_quantum_processors_response.quantum_processors#

Attributes#

T

qcs_api_client.models.list_quantum_processors_response.T#
class qcs_api_client.models.list_quantum_processors_response.ListQuantumProcessorsResponse#
quantum_processors#
Type

List[QuantumProcessor]

next_page_token#

Opaque token indicating the start of the next page of results to return; do not decode

Type

Union[Unset, str]

quantum_processors :List[qcs_api_client.models.quantum_processor.QuantumProcessor]#
next_page_token :Union[qcs_api_client.types.Unset, str]#
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#