ruạṛ
a O��fQ( � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�LogAnalyticsLogGroupSummaryz/ Summary of a Log-Analytics log group. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new LogAnalyticsLogGroupSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this LogAnalyticsLogGroupSummary. :type id: str :param display_name: The value to assign to the display_name property of this LogAnalyticsLogGroupSummary. :type display_name: str :param description: The value to assign to the description property of this LogAnalyticsLogGroupSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this LogAnalyticsLogGroupSummary. :type compartment_id: str :param time_created: The value to assign to the time_created property of this LogAnalyticsLogGroupSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this LogAnalyticsLogGroupSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this LogAnalyticsLogGroupSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this LogAnalyticsLogGroupSummary. :type defined_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�compartment_id�time_created�time_updated� freeform_tags�defined_tagsr �displayNamer � compartmentId�timeCreated�timeUpdated�freeformTags�definedTagsN) � swagger_types� attribute_map�_id� _display_name�_description�_compartment_id� _time_created� _time_updated�_freeform_tags� _defined_tags)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/log_analytics_log_group_summary.py�__init__ s4 '��z$LogAnalyticsLogGroupSummary.__init__c C s | j S )ay **[Required]** Gets the id of this LogAnalyticsLogGroupSummary. The log analytics entity OCID. This ID is a reference used by log analytics features and it represents a resource that is provisioned and managed by the customer on their premises or on the cloud. :return: The id of this LogAnalyticsLogGroupSummary. :rtype: str �r �r! r# r# r$ r U s zLogAnalyticsLogGroupSummary.idc C s || _ dS )ak Sets the id of this LogAnalyticsLogGroupSummary. The log analytics entity OCID. This ID is a reference used by log analytics features and it represents a resource that is provisioned and managed by the customer on their premises or on the cloud. :param id: The id of this LogAnalyticsLogGroupSummary. :type: str Nr&