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 )� NamespacezU This is the namespace details of a tenancy in Logging Analytics application c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new Namespace object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace_name: The value to assign to the namespace_name property of this Namespace. :type namespace_name: str :param compartment_id: The value to assign to the compartment_id property of this Namespace. :type compartment_id: str :param is_onboarded: The value to assign to the is_onboarded property of this Namespace. :type is_onboarded: bool :param is_log_set_enabled: The value to assign to the is_log_set_enabled property of this Namespace. :type is_log_set_enabled: bool :param is_data_ever_ingested: The value to assign to the is_data_ever_ingested property of this Namespace. :type is_data_ever_ingested: bool �str�bool)�namespace_name�compartment_id�is_onboarded�is_log_set_enabled�is_data_ever_ingestedZ namespaceNameZ compartmentIdZisOnboardedZisLogSetEnabledZisDataEverIngestedN)Z swagger_typesZ attribute_map�_namespace_name�_compartment_id� _is_onboarded�_is_log_set_enabled�_is_data_ever_ingested)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/log_analytics/models/namespace.py�__init__ s"