swagger_server.models.permission_update module

class swagger_server.models.permission_update.PermissionUpdate(name: str = 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 PermissionUpdate.

Returns:The description of this PermissionUpdate.
Return type:str
classmethod from_dict(dikt) → swagger_server.models.permission_update.PermissionUpdate[source]

Returns the dict as a model

Parameters:dikt – A dict.
Type:dict
Returns:The permission_update of this PermissionUpdate. # noqa: E501
Return type:PermissionUpdate
name

Gets the name of this PermissionUpdate.

Returns:The name of this PermissionUpdate.
Return type:str