ruạṛ
a ���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 )�UpdateRecommendationDetailszE The request object for updating the recommendation details. �PENDING� DISMISSED� POSTPONED�IMPLEMENTEDc K s( ddd�| _ ddd�| _d| _d| _dS )ax Initializes a new UpdateRecommendationDetails 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 UpdateRecommendationDetails. Allowed values for this property are: "PENDING", "DISMISSED", "POSTPONED", "IMPLEMENTED" :type status: str :param time_status_end: The value to assign to the time_status_end property of this UpdateRecommendationDetails. :type time_status_end: datetime �strZdatetime)�status�time_status_endr Z timeStatusEndN)Z swagger_typesZ attribute_map�_status�_time_status_end)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/optimizer/models/update_recommendation_details.py�__init__"