ruạṛ
a O��f4 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�OpsiDataObjectSummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�!DatabaseInsightsDataObjectSummaryz5 Summary of a database insights data object. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DatabaseInsightsDataObjectSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.DatabaseInsightsDataObjectSummary.data_object_type` attribute of this class is ``DATABASE_INSIGHTS_DATA_OBJECT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param identifier: The value to assign to the identifier property of this DatabaseInsightsDataObjectSummary. :type identifier: str :param data_object_type: The value to assign to the data_object_type property of this DatabaseInsightsDataObjectSummary. Allowed values for this property are: "DATABASE_INSIGHTS_DATA_OBJECT", "HOST_INSIGHTS_DATA_OBJECT", "EXADATA_INSIGHTS_DATA_OBJECT" :type data_object_type: str :param display_name: The value to assign to the display_name property of this DatabaseInsightsDataObjectSummary. :type display_name: str :param description: The value to assign to the description property of this DatabaseInsightsDataObjectSummary. :type description: str �str)� identifier�data_object_type�display_name�descriptionr �dataObjectType�displayNamer N�DATABASE_INSIGHTS_DATA_OBJECT)� swagger_types� attribute_map�_identifier�_data_object_type� _display_name�_description)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/database_insights_data_object_summary.py�__init__ s ��z*DatabaseInsightsDataObjectSummary.__init__c C s t | �S �N)r )r r r r �__repr__<