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