File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/build_run_argument.cpython-39.pyc
a
���f � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd
d� Z dd
� Z
dd� ZdS )�BuildRunArgumentzY
Values for pipeline parameters to be supplied at the time of running the build.
c K s( 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�valuer r 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__c C s | j S )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 r r r r - s zBuildRunArgument.namec C s
|| _ 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 r r r r r : s c C s | j S )z�
**[Required]** Gets the value of this BuildRunArgument.
Value of the argument.
:return: The value of this BuildRunArgument.
:rtype: str
�r r r r r r G s
zBuildRunArgument.valuec C s
|| _ dS )z�
Sets the value of this BuildRunArgument.
Value of the argument.
:param value: The value of this BuildRunArgument.
:type: str
Nr )r r r r r r S s
c C s t | �S �N)r r r r r �__repr___ s zBuildRunArgument.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__b s zBuildRunArgument.__eq__c C s
| |k S r r r r r r �__ne__h s zBuildRunArgument.__ne__N)�__name__�
__module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s
r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s