HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/build_run_argument.cpython-39.pyc
a

���f�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sdeZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zd
d�Z	dd
�Z
dd�ZdS)�BuildRunArgumentzY
    Values for pipeline parameters to be supplied at the time of running the build.
    cKs(ddd�|_ddd�|_d|_d|_dS)a�
        Initializes a new BuildRunArgument object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param name:
            The value to assign to the name property of this BuildRunArgument.
        :type name: str

        :param value:
            The value to assign to the value property of this BuildRunArgument.
        :type value: str

        �str)�name�valuerr	N)Z
swagger_typesZ
attribute_map�_name�_value)�self�kwargs�r�H/usr/lib/python3.9/site-packages/oci/devops/models/build_run_argument.py�__init__s��zBuildRunArgument.__init__cCs|jS)a@
        **[Required]** Gets the name of this BuildRunArgument.
        Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
        Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'


        :return: The name of this BuildRunArgument.
        :rtype: str
        �r
�rrrrr-szBuildRunArgument.namecCs
||_dS)a4
        Sets the name of this BuildRunArgument.
        Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.
        Example: 'Build_Pipeline_param' is not same as 'build_pipeline_Param'


        :param name: The name of this BuildRunArgument.
        :type: str
        Nr)rrrrrr:scCs|jS)z�
        **[Required]** Gets the value of this BuildRunArgument.
        Value of the argument.


        :return: The value of this BuildRunArgument.
        :rtype: str
        �rrrrrr	Gs
zBuildRunArgument.valuecCs
||_dS)z�
        Sets the value of this BuildRunArgument.
        Value of the argument.


        :param value: The value of this BuildRunArgument.
        :type: str
        Nr)rr	rrrr	Ss
cCst|�S�N)rrrrr�__repr___szBuildRunArgument.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__bszBuildRunArgument.__eq__cCs
||kSrrrrrr�__ne__hszBuildRunArgument.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	rrrrrrrrs



rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s