TemplateProperty#

class ansys.hps.client.jms.TemplateProperty(default=<marshmallow.missing>, description=<marshmallow.missing>, type=<marshmallow.missing>, value_list=<marshmallow.missing>, **kwargs)#

Provides the template property resource.

Parameters:
defaultany, optional

Default value.

descriptionstr, optional

Description of the property’s purpose.

typestr, optional

Type of the property. Options are bool, float, int, and string.

value_listany, optional

List of possible values for the property.

Methods

TemplateProperty.declared_fields()

Provides a helper function for retrieving fields to define as class members for an object.

TemplateProperty.get(key[, default])