swagger_server.models.role_update module¶
-
class
swagger_server.models.role_update.
RoleUpdate
(label: str = None, requires_2fa: bool = None, description: str = 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.
-
description
¶ Gets the description of this RoleUpdate.
Returns: The description of this RoleUpdate. Return type: str
-
classmethod
from_dict
(dikt) → swagger_server.models.role_update.RoleUpdate[source]¶ Returns the dict as a model
Parameters: dikt – A dict. Type: dict Returns: The role_update of this RoleUpdate. # noqa: E501 Return type: RoleUpdate
-
label
¶ Gets the label of this RoleUpdate.
Returns: The label of this RoleUpdate. Return type: str
-
requires_2fa
¶ Gets the requires_2fa of this RoleUpdate.
Returns: The requires_2fa of this RoleUpdate. Return type: bool
-