
    ~i                     J    d Z ddlZddlZddlZddlmZ  G d de          ZdS )z
    dns

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
    N)Configurationc                   .   e Zd ZdZ	 dddddZdddddZdd
Zed             Zej	        d             Zed             Z
e
j	        d             Z
ed             Zej	        d             Zed             Zej	        d             Zd Zd Zd Zd Zd Zd	S )CreateZoneRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strzlist[TagForCreateZoneInput])project_nameremarktags	zone_nameProjectNameRemarkTagsZoneNameNc                     |t                      }|| _        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _	        || _
        dS )z.CreateZoneRequest - a model defined in SwaggerN)r   _configuration_project_name_remark_tags
_zone_namediscriminatorr   r   r	   r
   )selfr   r   r	   r
   r   s         t/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkdns/models/create_zone_request.py__init__zCreateZoneRequest.__init__1   sq    !*__N,!
!# ,D DKDI"    c                     | j         S )zGets the project_name of this CreateZoneRequest.  # noqa: E501


        :return: The project_name of this CreateZoneRequest.  # noqa: E501
        :rtype: str
        r   r   s    r   r   zCreateZoneRequest.project_nameE   s     !!r   c                     || _         dS )zSets the project_name of this CreateZoneRequest.


        :param project_name: The project_name of this CreateZoneRequest.  # noqa: E501
        :type: str
        Nr   )r   r   s     r   r   zCreateZoneRequest.project_nameO   s     *r   c                     | j         S )zGets the remark of this CreateZoneRequest.  # noqa: E501


        :return: The remark of this CreateZoneRequest.  # noqa: E501
        :rtype: str
        r   r   s    r   r   zCreateZoneRequest.remarkZ   s     |r   c                     || _         dS )zSets the remark of this CreateZoneRequest.


        :param remark: The remark of this CreateZoneRequest.  # noqa: E501
        :type: str
        Nr   )r   r   s     r   r   zCreateZoneRequest.remarkd   s     r   c                     | j         S )zGets the tags of this CreateZoneRequest.  # noqa: E501


        :return: The tags of this CreateZoneRequest.  # noqa: E501
        :rtype: list[TagForCreateZoneInput]
        r   r   s    r   r	   zCreateZoneRequest.tagso   s     zr   c                     || _         dS )zSets the tags of this CreateZoneRequest.


        :param tags: The tags of this CreateZoneRequest.  # noqa: E501
        :type: list[TagForCreateZoneInput]
        Nr"   )r   r	   s     r   r	   zCreateZoneRequest.tagsy   s     


r   c                     | j         S )zGets the zone_name of this CreateZoneRequest.  # noqa: E501


        :return: The zone_name of this CreateZoneRequest.  # noqa: E501
        :rtype: str
        )r   r   s    r   r
   zCreateZoneRequest.zone_name   s     r   c                 N    | j         j        r|t          d          || _        dS )zSets the zone_name of this CreateZoneRequest.


        :param zone_name: The zone_name of this CreateZoneRequest.  # noqa: E501
        :type: str
        Nz1Invalid value for `zone_name`, must not be `None`)r   client_side_validation
ValueErrorr   )r   r
   s     r   r
   zCreateZoneRequest.zone_name   s2     5 	R):KPQQQ#r   c                 4   i }t          j        | j                  D ]\  }}t          | |          }t	          |t
                    r"t          t          d |                    ||<   Lt          |d          r|                                ||<   tt	          |t                    r4t          t          d |
                                                    ||<   |||<   t          t          t                    r| 
                                D ]
\  }}|||<   |S )z&Returns the model properties as a dictc                 N    t          | d          r|                                 n| S )Nto_dicthasattrr*   )xs    r   <lambda>z+CreateZoneRequest.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r   r*   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r*   r   r+   )items    r   r.   z+CreateZoneRequest.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r   )six	iteritemsswagger_typesgetattr
isinstancelistmapr,   r*   dictitems
issubclassr   )r   resultattr_valuekeys         r   r*   zCreateZoneRequest.to_dict   s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t'.. 	$"jjll $ $
U#sr   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr*   r   s    r   to_strzCreateZoneRequest.to_str   s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rD   r   s    r   __repr__zCreateZoneRequest.__repr__   s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr6   r   r*   r   others     r   __eq__zCreateZoneRequest.__eq__   s5    %!233 	5||~~00r   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrH   rI   s     r   __ne__zCreateZoneRequest.__ne__   s5    %!233 	4||~~00r   )NNNNN)__name__
__module____qualname____doc__r4   attribute_mapr   propertyr   setterr   r	   r
   r*   rD   rF   rK   rM    r   r   r   r      s        
 -	 M &	 M# # # #( " " X" * * *   X ]  ]   X 
[  [   X 
$ 
$ 
$  6. . .  1 1 11 1 1 1 1r   r   )rQ   rB   rer2   volcenginesdkcore.configurationr   objectr   rU   r   r   <module>rY      s|      				 



 9 9 9 9 9 9t1 t1 t1 t1 t1 t1 t1 t1 t1 t1r   