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 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 )�UnprocessedDataBucketzO Configuration details of the bucket that stores unprocessed payloads. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new UnprocessedDataBucket object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace: The value to assign to the namespace property of this UnprocessedDataBucket. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this UnprocessedDataBucket. :type bucket_name: str :param is_enabled: The value to assign to the is_enabled property of this UnprocessedDataBucket. :type is_enabled: bool :param time_created: The value to assign to the time_created property of this UnprocessedDataBucket. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this UnprocessedDataBucket. :type time_updated: datetime �str�boolZdatetime)� namespace�bucket_name� is_enabled�time_created�time_updatedr Z bucketNameZ isEnabledZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map� _namespace�_bucket_name�_is_enabled� _time_created� _time_updated)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/log_analytics/models/unprocessed_data_bucket.py�__init__ s"