ruạṛ
a O��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 )�LogAnalyticsCategoryz8 A category into which resources can be placed. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new LogAnalyticsCategory object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this LogAnalyticsCategory. :type name: str :param description: The value to assign to the description property of this LogAnalyticsCategory. :type description: str :param display_name: The value to assign to the display_name property of this LogAnalyticsCategory. :type display_name: str :param type: The value to assign to the type property of this LogAnalyticsCategory. :type type: str :param is_system: The value to assign to the is_system property of this LogAnalyticsCategory. :type is_system: bool �str�bool)�name�description�display_name�type� is_systemr r �displayNamer �isSystemN)� swagger_types� attribute_map�_name�_description� _display_name�_type� _is_system)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/log_analytics_category.py�__init__ s"