qcs_api_client.models.parameter#

Module Contents#

Classes#

Parameter

A parameter to an operation.

Attributes#

T

qcs_api_client.models.parameter.T#
class qcs_api_client.models.parameter.Parameter#

A parameter to an operation.

name#

The name of the parameter, such as the name of a mathematical symbol.

Type

str

name :str#
to_dict(pick_by_predicate: Optional[Callable[[Any], bool]] = is_not_none) Dict[str, Any]#
classmethod from_dict(src_dict: Dict[str, Any]) T#