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 )� StatusSummaryz StatusSummary c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new StatusSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param chunks_processed: The value to assign to the chunks_processed property of this StatusSummary. :type chunks_processed: int :param failure_details: The value to assign to the failure_details property of this StatusSummary. :type failure_details: str :param filename: The value to assign to the filename property of this StatusSummary. :type filename: str :param status: The value to assign to the status property of this StatusSummary. :type status: str :param total_chunks: The value to assign to the total_chunks property of this StatusSummary. :type total_chunks: int �int�str)�chunks_processed�failure_details�filename�status�total_chunksZchunksProcessedZfailureDetailsr r ZtotalChunksN)Z swagger_typesZ attribute_map�_chunks_processed�_failure_details� _filename�_status� _total_chunks)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/log_analytics/models/status_summary.py�__init__ s"