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.

Methods

Software.declared_fields()

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

Software.get(key[, default])