ruạṛ
a O��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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�DigitalAssistantParameterValuezQ Properties for configuring a Parameter in a Digital Assistant instance. �STRING�INTEGER�FLOAT�BOOLEAN�SECUREc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DigitalAssistantParameterValue 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 DigitalAssistantParameterValue. :type name: str :param type: The value to assign to the type property of this DigitalAssistantParameterValue. Allowed values for this property are: "STRING", "INTEGER", "FLOAT", "BOOLEAN", "SECURE" :type type: str :param value: The value to assign to the value property of this DigitalAssistantParameterValue. :type value: str �str)�name�type�valuer r r N)� swagger_types� attribute_map�_name�_type�_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/digital_assistant_parameter_value.py�__init__$ s ��z'DigitalAssistantParameterValue.__init__c C s | j S )z� **[Required]** Gets the name of this DigitalAssistantParameterValue. The Parameter name. This must be unique within the parent resource. :return: The name of this DigitalAssistantParameterValue. :rtype: str �r �r r r r r G s z#DigitalAssistantParameterValue.namec C s || _ dS )z� Sets the name of this DigitalAssistantParameterValue. The Parameter name. This must be unique within the parent resource. :param name: The name of this DigitalAssistantParameterValue. :type: str Nr )r r r r r r S s c C s | j S )a' **[Required]** Gets the type of this DigitalAssistantParameterValue. The value type. Allowed values for this property are: "STRING", "INTEGER", "FLOAT", "BOOLEAN", "SECURE" :return: The type of this DigitalAssistantParameterValue. :rtype: str )r r r r r r _ s z#DigitalAssistantParameterValue.typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the type of this DigitalAssistantParameterValue. The value type. :param type: The type of this DigitalAssistantParameterValue. :type: str )r r r r r z4Invalid value for `type`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r m s ��c C s | j S )z� **[Required]** Gets the value of this DigitalAssistantParameterValue. The current value. The value will be interpreted based on the `type`. :return: The value of this DigitalAssistantParameterValue. :rtype: str �r r r r r r s z$DigitalAssistantParameterValue.valuec C s || _ dS )z� Sets the value of this DigitalAssistantParameterValue. The current value. The value will be interpreted based on the `type`. :param value: The value of this DigitalAssistantParameterValue. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z'DigitalAssistantParameterValue.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z%DigitalAssistantParameterValue.__eq__c C s | |k S r r r# r r r �__ne__� s z%DigitalAssistantParameterValue.__ne__N)�__name__� __module__�__qualname__�__doc__�TYPE_STRING�TYPE_INTEGER� TYPE_FLOAT�TYPE_BOOLEAN�TYPE_SECUREr �propertyr �setterr r r! r% r&