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