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 @ 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 dd� Zdd� Zdd� ZdS ) �ProfileLevelSummaryzA The metadata associated with the profile level summary. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a1 Initializes a new ProfileLevelSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ProfileLevelSummary. :type name: str :param recommendation_name: The value to assign to the recommendation_name property of this ProfileLevelSummary. :type recommendation_name: str :param metrics: The value to assign to the metrics property of this ProfileLevelSummary. :type metrics: list[oci.optimizer.models.EvaluatedMetric] :param default_interval: The value to assign to the default_interval property of this ProfileLevelSummary. :type default_interval: int :param valid_intervals: The value to assign to the valid_intervals property of this ProfileLevelSummary. :type valid_intervals: list[int] :param time_created: The value to assign to the time_created property of this ProfileLevelSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ProfileLevelSummary. :type time_updated: datetime �strzlist[EvaluatedMetric]�intz list[int]�datetime)�name�recommendation_name�metrics�default_interval�valid_intervals�time_created�time_updatedr �recommendationNamer �defaultInterval�validIntervals�timeCreated�timeUpdatedN) � swagger_types� attribute_map�_name�_recommendation_name�_metrics�_default_interval�_valid_intervals� _time_created� _time_updated)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/optimizer/models/profile_level_summary.py�__init__ s. #�� zProfileLevelSummary.__init__c C s | j S )z� **[Required]** Gets the name of this ProfileLevelSummary. A unique name for the profile level. :return: The name of this ProfileLevelSummary. :rtype: str �r �r r! r! r"