Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
optimizer
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: update_recommendation_details.pyc
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 @ 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 �str�datetime)�status�time_status_endr � timeStatusEndN)� swagger_types� attribute_map�_status�_time_status_end)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/optimizer/models/update_recommendation_details.py�__init__ s ��z$UpdateRecommendationDetails.__init__c C s | j S )a8 **[Required]** Gets the status of this UpdateRecommendationDetails. The status of the recommendation. Allowed values for this property are: "PENDING", "DISMISSED", "POSTPONED", "IMPLEMENTED" :return: The status of this UpdateRecommendationDetails. :rtype: str )r �r r r r r <