ruạṛ
a ���ft � @ 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)Z swagger_typesZ attribute_map�_name�_type�_value)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/oda/models/digital_assistant_parameter_value.py�__init__&