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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�DatabaseInsightszU Logical grouping used for Operations Insights database-targeted operations. c K s ddi| _ ddi| _d| _dS )as Initializes a new DatabaseInsights object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param database_insights: The value to assign to the database_insights property of this DatabaseInsights. :type database_insights: object �database_insights�object�databaseInsightsN)� swagger_types� attribute_map�_database_insights)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/database_insights.py�__init__ s ��zDatabaseInsights.__init__c C s | j S )z� Gets the database_insights of this DatabaseInsights. Database Insights Object. :return: The database_insights of this DatabaseInsights. :rtype: object �r �r r r r r $ s z"DatabaseInsights.database_insightsc C s || _ dS )z� Sets the database_insights of this DatabaseInsights. Database Insights Object. :param database_insights: The database_insights of this DatabaseInsights. :type: object Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<