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