ApiSuccess#

class ApiSuccess(message=None, *args, **kwargs)#

Bases: object

The success response that we want to return to the user.

Parameters:

message – (message) The success message field where the success response message will be put.

property message#

The success message field where the success response message will be put.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model