TemplateInputFile#

class ansys.hps.client.jms.TemplateInputFile(name=<marshmallow.missing>, type=<marshmallow.missing>, evaluation_path=<marshmallow.missing>, description=<marshmallow.missing>, required=<marshmallow.missing>, **kwargs)#

Provides the template input file resource.

Parameters:
namestr

Name of the file.

typestr, optional

MIME type of the file. For example, text/plain.

evaluation_pathstr, optional

Path that the file is expected to be found under during evaluation.

descriptionstr

Description of the file’s purpose.

requiredbool

Whether the file is required by the task.

Methods

TemplateInputFile.declared_fields()

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

TemplateInputFile.get(key[, default])