swagger_server.models.invitation_domain_role_create module

class swagger_server.models.invitation_domain_role_create.InvitationDomainRoleCreate(invitation_id: str = None, domain_id: int = None, role_id: 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.

domain_id

Gets the domain_id of this InvitationDomainRoleCreate.

Returns:The domain_id of this InvitationDomainRoleCreate.
Return type:int
classmethod from_dict(dikt) → swagger_server.models.invitation_domain_role_create.InvitationDomainRoleCreate[source]

Returns the dict as a model

Parameters:dikt – A dict.
Type:dict
Returns:The invitation_domain_role_create of this InvitationDomainRoleCreate. # noqa: E501
Return type:InvitationDomainRoleCreate
invitation_id

Gets the invitation_id of this InvitationDomainRoleCreate.

Returns:The invitation_id of this InvitationDomainRoleCreate.
Return type:str
role_id

Gets the role_id of this InvitationDomainRoleCreate.

Returns:The role_id of this InvitationDomainRoleCreate.
Return type:int