Software#

class ansys.hps.client.jms.Software(name=<marshmallow.missing>, version=<marshmallow.missing>, **kwargs)#

Provides the software resource.

Parameters:
namestr

Name of the app.

versionstr, optional

Version of the app.

Initialize the object.

Methods

Software.declared_fields()

Provide a helper function for retrieving fields.

Software.get(key[, default])

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