swagger_server.models.purged_invitations module¶
-
class
swagger_server.models.purged_invitations.
PurgedInvitations
(amount: int = None)[source]¶ Bases:
swagger_server.models.base_model_.Model
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
amount
¶ Gets the amount of this PurgedInvitations.
Returns: The amount of this PurgedInvitations. Return type: int
-
classmethod
from_dict
(dikt) → swagger_server.models.purged_invitations.PurgedInvitations[source]¶ Returns the dict as a model
Parameters: dikt – A dict. Type: dict Returns: The purged_invitations of this PurgedInvitations. # noqa: E501 Return type: PurgedInvitations
-