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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�LogAnalyticsParameterz LogAnalyticsParameter c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new LogAnalyticsParameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param default_value: The value to assign to the default_value property of this LogAnalyticsParameter. :type default_value: str :param description: The value to assign to the description property of this LogAnalyticsParameter. :type description: str :param is_active: The value to assign to the is_active property of this LogAnalyticsParameter. :type is_active: bool :param name: The value to assign to the name property of this LogAnalyticsParameter. :type name: str :param source_id: The value to assign to the source_id property of this LogAnalyticsParameter. :type source_id: int �str�bool�int)� default_value�description� is_active�name� source_idZdefaultValuer ZisActiver ZsourceIdN)Z swagger_typesZ attribute_map�_default_value�_description� _is_active�_name� _source_id)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_analytics_parameter.py�__init__ s"