swagger_server.models.invitation_domain_role module¶
-
class
swagger_server.models.invitation_domain_role.
InvitationDomainRole
(invitation_id: str = None, domain_id: int = None, role_id: int = None, created_at: datetime.datetime = None, updated_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.
-
created_at
¶ Gets the created_at of this InvitationDomainRole.
Returns: The created_at of this InvitationDomainRole. Return type: datetime
-
domain_id
¶ Gets the domain_id of this InvitationDomainRole.
Returns: The domain_id of this InvitationDomainRole. Return type: int
-
classmethod
from_dict
(dikt) → swagger_server.models.invitation_domain_role.InvitationDomainRole[source]¶ Returns the dict as a model
Parameters: dikt – A dict. Type: dict Returns: The invitation_domain_role of this InvitationDomainRole. # noqa: E501 Return type: InvitationDomainRole
-
invitation_id
¶ Gets the invitation_id of this InvitationDomainRole.
Returns: The invitation_id of this InvitationDomainRole. Return type: str
-
role_id
¶ Gets the role_id of this InvitationDomainRole.
Returns: The role_id of this InvitationDomainRole. Return type: int
-
updated_at
¶ Gets the updated_at of this InvitationDomainRole.
Returns: The updated_at of this InvitationDomainRole. Return type: datetime
-