swagger_server.models.invitation_update module

class swagger_server.models.invitation_update.InvitationUpdate(invitor_id: str = None, first_name: str = None, last_name: str = None, email: str = None, organisation_id: int = None, expires_at: datetime.datetime = 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.

email

Gets the email of this InvitationUpdate.

Returns:The email of this InvitationUpdate.
Return type:str
expires_at

Gets the expires_at of this InvitationUpdate.

Returns:The expires_at of this InvitationUpdate.
Return type:datetime
first_name

Gets the first_name of this InvitationUpdate.

Returns:The first_name of this InvitationUpdate.
Return type:str
classmethod from_dict(dikt) → swagger_server.models.invitation_update.InvitationUpdate[source]

Returns the dict as a model

Parameters:dikt – A dict.
Type:dict
Returns:The invitation_update of this InvitationUpdate. # noqa: E501
Return type:InvitationUpdate
invitor_id

Gets the invitor_id of this InvitationUpdate.

The user that created the invitation # noqa: E501

Returns:The invitor_id of this InvitationUpdate.
Return type:str
last_name

Gets the last_name of this InvitationUpdate.

Returns:The last_name of this InvitationUpdate.
Return type:str
organisation_id

Gets the organisation_id of this InvitationUpdate.

Returns:The organisation_id of this InvitationUpdate.
Return type:int