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.

Initialize the object.

Methods

TemplateInputFile.declared_fields()

Provide a helper function for retrieving fields.

TemplateInputFile.get(key[, default])

Get an item from the object, returning a default value if the key is not found.