
    ~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
    vefaas_dev

    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dddZddd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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 )#RunCodeRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz	list[str]FilesForRunCodeInput)codedatafetch_filesfilesfunction_idlanguage
sandbox_idCodeData
FetchFilesFiles
FunctionIdLanguage	SandboxIdNc	                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        || _
        || _        ||| _        ||| _        || _        || _        |	|| _        dS dS )z+RunCodeRequest - a model defined in SwaggerN)r   _configuration_code_data_fetch_files_files_function_id	_language_sandbox_iddiscriminatorr   r	   r
   r   r   r   r   )	selfr   r	   r
   r   r   r   r   r   s	            w/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvefaasdev/models/run_code_request.py__init__zRunCodeRequest.__init__7   s    !*__N,

  !		"*DDJ& !(DOOO "!    c                     | j         S )zGets the code of this RunCodeRequest.  # noqa: E501


        :return: The code of this RunCodeRequest.  # noqa: E501
        :rtype: str
        )r   r    s    r!   r   zRunCodeRequest.codeQ        zr#   c                 N    | j         j        r|t          d          || _        dS )zSets the code of this RunCodeRequest.


        :param code: The code of this RunCodeRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `code`, must not be `None`)r   client_side_validation
ValueErrorr   )r    r   s     r!   r   zRunCodeRequest.code[   1     5 	M$,KLLL


r#   c                     | j         S )zGets the data of this RunCodeRequest.  # noqa: E501


        :return: The data of this RunCodeRequest.  # noqa: E501
        :rtype: str
        )r   r%   s    r!   r	   zRunCodeRequest.datah   r&   r#   c                 N    | j         j        r|t          d          || _        dS )zSets the data of this RunCodeRequest.


        :param data: The data of this RunCodeRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `data`, must not be `None`)r   r(   r)   r   )r    r	   s     r!   r	   zRunCodeRequest.datar   r*   r#   c                     | j         S )zGets the fetch_files of this RunCodeRequest.  # noqa: E501


        :return: The fetch_files of this RunCodeRequest.  # noqa: E501
        :rtype: list[str]
        r   r%   s    r!   r
   zRunCodeRequest.fetch_files          r#   c                     || _         dS )zSets the fetch_files of this RunCodeRequest.


        :param fetch_files: The fetch_files of this RunCodeRequest.  # noqa: E501
        :type: list[str]
        Nr.   )r    r
   s     r!   r
   zRunCodeRequest.fetch_files   s     (r#   c                     | j         S )zGets the files of this RunCodeRequest.  # noqa: E501


        :return: The files of this RunCodeRequest.  # noqa: E501
        :rtype: FilesForRunCodeInput
        r   r%   s    r!   r   zRunCodeRequest.files   s     {r#   c                     || _         dS )zSets the files of this RunCodeRequest.


        :param files: The files of this RunCodeRequest.  # noqa: E501
        :type: FilesForRunCodeInput
        Nr2   )r    r   s     r!   r   zRunCodeRequest.files   s     r#   c                     | j         S )zGets the function_id of this RunCodeRequest.  # noqa: E501


        :return: The function_id of this RunCodeRequest.  # noqa: E501
        :rtype: str
        )r   r%   s    r!   r   zRunCodeRequest.function_id   r/   r#   c                 N    | j         j        r|t          d          || _        dS )zSets the function_id of this RunCodeRequest.


        :param function_id: The function_id of this RunCodeRequest.  # noqa: E501
        :type: str
        Nz3Invalid value for `function_id`, must not be `None`)r   r(   r)   r   )r    r   s     r!   r   zRunCodeRequest.function_id   s5     5 	T+:MRSSS'r#   c                     | j         S )zGets the language of this RunCodeRequest.  # noqa: E501


        :return: The language of this RunCodeRequest.  # noqa: E501
        :rtype: str
        )r   r%   s    r!   r   zRunCodeRequest.language   s     ~r#   c                 N    | j         j        r|t          d          || _        dS )zSets the language of this RunCodeRequest.


        :param language: The language of this RunCodeRequest.  # noqa: E501
        :type: str
        Nz0Invalid value for `language`, must not be `None`)r   r(   r)   r   )r    r   s     r!   r   zRunCodeRequest.language   s2     5 	Q(:JOPPP!r#   c                     | j         S )zGets the sandbox_id of this RunCodeRequest.  # noqa: E501


        :return: The sandbox_id of this RunCodeRequest.  # noqa: E501
        :rtype: str
        r   r%   s    r!   r   zRunCodeRequest.sandbox_id   s     r#   c                     || _         dS )zSets the sandbox_id of this RunCodeRequest.


        :param sandbox_id: The sandbox_id of this RunCodeRequest.  # noqa: E501
        :type: str
        Nr9   )r    r   s     r!   r   zRunCodeRequest.sandbox_id   s     &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(RunCodeRequest.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!   rA   z(RunCodeRequest.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RunCodeRequest.to_dict   s+   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %tnd++ 	$"jjll $ $
U#sr#   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr=   r%   s    r!   to_strzRunCodeRequest.to_str  s    ~dllnn---r#   c                 *    |                                  S )zFor `print` and `pprint`)rW   r%   s    r!   __repr__zRunCodeRequest.__repr__  s    {{}}r#   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrI   r   r=   r    others     r!   __eq__zRunCodeRequest.__eq__  s4    %00 	5||~~00r#   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr[   r\   s     r!   __ne__zRunCodeRequest.__ne__  s4    %00 	4||~~00r#   )NNNNNNNN)__name__
__module____qualname____doc__rG   attribute_mapr"   propertyr   setterr	   r
   r   r   r   r   r=   rW   rY   r^   r`    r#   r!   r   r      sV        
 "' M ##! M) ) ) )4   X 
[
 
 [
   X 
[
 
 [
 ! ! X! ( ( (   X \  \ ! ! X! 
( 
( 
(   X _
" 
" _
"     X  & & &  6. . .  1 1 11 1 1 1 1r#   r   )rd   rU   rerE   volcenginesdkcore.configurationr   objectr   rh   r#   r!   <module>rl      s|      				 



 9 9 9 9 9 9E1 E1 E1 E1 E1V E1 E1 E1 E1 E1r#   