ruạṛ
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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ScriptParameterz� Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the script content. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )av Initializes a new ScriptParameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param param_name: The value to assign to the param_name property of this ScriptParameter. :type param_name: str :param param_value: The value to assign to the param_value property of this ScriptParameter. :type param_value: str :param is_secret: The value to assign to the is_secret property of this ScriptParameter. :type is_secret: bool �str�bool)� param_name�param_value� is_secretZ paramNameZ paramValueZisSecretN)Z swagger_typesZ attribute_map�_param_name�_param_value� _is_secret)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/apm_synthetics/models/script_parameter.py�__init__ s ��zScriptParameter.__init__c C s | j S )z� **[Required]** Gets the param_name of this ScriptParameter. Name of the parameter. :return: The param_name of this ScriptParameter. :rtype: str �r �r r r r r 5 s zScriptParameter.param_namec C s || _ dS )z� Sets the param_name of this ScriptParameter. Name of the parameter. :param param_name: The param_name of this ScriptParameter. :type: str Nr )r r r r r r A s c C s | j S )z� Gets the param_value of this ScriptParameter. Value of the parameter. :return: The param_value of this ScriptParameter. :rtype: str �r r r r r r M s zScriptParameter.param_valuec C s || _ dS )z� Sets the param_value of this ScriptParameter. Value of the parameter. :param param_value: The param_value of this ScriptParameter. :type: str Nr )r r r r r r Y s c C s | j S )z� Gets the is_secret of this ScriptParameter. If the parameter value is secret and should be kept confidential, then set isSecret to true. :return: The is_secret of this ScriptParameter. :rtype: bool �r r r r r r e s zScriptParameter.is_secretc C s || _ dS )z� Sets the is_secret of this ScriptParameter. If the parameter value is secret and should be kept confidential, then set isSecret to true. :param is_secret: The is_secret of this ScriptParameter. :type: bool Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__} s zScriptParameter.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zScriptParameter.__eq__c C s | |k S r r r r r r �__ne__� s zScriptParameter.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"