ruạṛ
a N��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 @ st e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )�UpdateProblemStatusDetailsz0 The additional details for the problem �OPEN�RESOLVED� DISMISSED�DELETEDc K s( ddd�| _ ddd�| _d| _d| _dS )aP Initializes a new UpdateProblemStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this UpdateProblemStatusDetails. Allowed values for this property are: "OPEN", "RESOLVED", "DISMISSED", "DELETED" :type status: str :param comment: The value to assign to the comment property of this UpdateProblemStatusDetails. :type comment: str �str)�status�commentr r N)� swagger_types� attribute_map�_status�_comment)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/update_problem_status_details.py�__init__ s ��z#UpdateProblemStatusDetails.__init__c C s | j S )a! **[Required]** Gets the status of this UpdateProblemStatusDetails. Action taken by user Allowed values for this property are: "OPEN", "RESOLVED", "DISMISSED", "DELETED" :return: The status of this UpdateProblemStatusDetails. :rtype: str )r �r r r r r <