ParameterMapping#
- class ansys.hps.client.jms.ParameterMapping(id=<marshmallow.missing>, creation_time=<marshmallow.missing>, modification_time=<marshmallow.missing>, created_by=<marshmallow.missing>, modified_by=<marshmallow.missing>, line=<marshmallow.missing>, column=<marshmallow.missing>, key_string=<marshmallow.missing>, float_field=<marshmallow.missing>, width=<marshmallow.missing>, precision=<marshmallow.missing>, tokenizer=<marshmallow.missing>, decimal_symbol=<marshmallow.missing>, digit_grouping_symbol=<marshmallow.missing>, string_quote=<marshmallow.missing>, true_string=<marshmallow.missing>, false_string=<marshmallow.missing>, parameter_definition_id=<marshmallow.missing>, task_definition_property=<marshmallow.missing>, file_id=<marshmallow.missing>, **kwargs)#
Provides the parameter mapping resource.
- Parameters:
- id
str
,optional
Unique ID to access the resource, generated internally by the server on creation.
- creation_time
datetime
,optional
Date and time that the resource was created.
- modification_time
datetime
,optional
Date and time that the resource was last modified.
- created_by
str
,optional
ID of the user who created the object.
- modified_by
str
,optional
ID of the user who last modified the object.
- line
int
,optional
- column
int
,optional
- key_string
str
,optional
- float_field
str
,optional
- width
int
,optional
- precision
int
,optional
- tokenizer
str
,optional
- decimal_symbol
str
,optional
- digit_grouping_symbol
str
,optional
- string_quote
str
,optional
- true_string
str
,optional
- false_string
str
,optional
- parameter_definition_id
str
,optional
ID of the linked parameter definition. For more information, see the
ParameterDefinition
class.- task_definition_property
str
,optional
- file_id
str
,optional
ID of the file resource.
- id
Methods
Provides a helper function for retrieving fields to define as class members for an object.
ParameterMapping.get
(key[, default])