qcs_api_client.models.get_quilt_calibrations_response#
Module Contents#
Classes#
|
Attributes#
- qcs_api_client.models.get_quilt_calibrations_response.T#
- class qcs_api_client.models.get_quilt_calibrations_response.GetQuiltCalibrationsResponse#
- quilt#
Calibrations suitable for use in a Quil-T program
- Type
str
- settings_timestamp#
ISO8601 timestamp of the settings used to generate these calibrations
- Type
Union[Unset, str]
- quilt :str#
- settings_timestamp :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#