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 )�WarningReferenceDetailsz� A list of LogAnalyticsWarning references. Used as input to APIs which operate on a list. For example, the suppress warning API accepts a list of warning references and will suppress all warnings in the input list. c K s ddi| _ ddi| _d| _dS )a� Initializes a new WarningReferenceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param warning_references: The value to assign to the warning_references property of this WarningReferenceDetails. :type warning_references: list[str] �warning_referencesz list[str]�warningReferencesN)� swagger_types� attribute_map�_warning_references)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/warning_reference_details.py�__init__ s ��z WarningReferenceDetails.__init__c C s | j S )a� Gets the warning_references of this WarningReferenceDetails. A list of LogAnalyticsWarning references. Used as input to APIs which operate on a list. For example, the suppress warning API accepts a list of warning references and will suppress all warnings in the input list. :return: The warning_references of this WarningReferenceDetails. :rtype: list[str] �r �r r r r r &