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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�LogSetsCountz" total number of log sets c K s ddi| _ ddi| _d| _dS )aD Initializes a new LogSetsCount object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param count: The value to assign to the count property of this LogSetsCount. :type count: int �count�intN)Z swagger_typesZ attribute_map�_count)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_sets_count.py�__init__ s ��zLogSetsCount.__init__c C s | j S )z� **[Required]** Gets the count of this LogSetsCount. This is the total number of log sets the tenancy has configured. :return: The count of this LogSetsCount. :rtype: int �r �r r r r r &