User#
- class ansys.hps.client.auth.User(id=<marshmallow.missing>, username=<marshmallow.missing>, password=<marshmallow.missing>, first_name=<marshmallow.missing>, last_name=<marshmallow.missing>, email=<marshmallow.missing>, **kwargs)#
Provides the user resource.
- Parameters:
Initialize the object.
Methods
Provide a helper function for retrieving fields.
User.get
(key[, default])Get an item from the object, returning a default value if the key is not found.