ruạṛ
a ���fU9 � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�BaselineableMetricSummaryz. Summary for the baseline-able metric �ACTIVE�DELETEDc K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new BaselineableMetricSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this BaselineableMetricSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this BaselineableMetricSummary. Allowed values for this property are: "ACTIVE", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param tenancy_id: The value to assign to the tenancy_id property of this BaselineableMetricSummary. :type tenancy_id: str :param compartment_id: The value to assign to the compartment_id property of this BaselineableMetricSummary. :type compartment_id: str :param name: The value to assign to the name property of this BaselineableMetricSummary. :type name: str :param column: The value to assign to the column property of this BaselineableMetricSummary. :type column: str :param namespace: The value to assign to the namespace property of this BaselineableMetricSummary. :type namespace: str :param resource_group: The value to assign to the resource_group property of this BaselineableMetricSummary. :type resource_group: str :param resource_type: The value to assign to the resource_type property of this BaselineableMetricSummary. :type resource_type: str :param is_out_of_box: The value to assign to the is_out_of_box property of this BaselineableMetricSummary. :type is_out_of_box: bool :param freeform_tags: The value to assign to the freeform_tags property of this BaselineableMetricSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this BaselineableMetricSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this BaselineableMetricSummary. :type system_tags: dict(str, dict(str, object)) �str�boolzdict(str, str)zdict(str, dict(str, object))) �id�lifecycle_state� tenancy_id�compartment_id�name�column� namespace�resource_group� resource_type� is_out_of_box� freeform_tags�defined_tags�system_tagsr ZlifecycleStateZ tenancyIdZ compartmentIdr r r Z resourceGroupZresourceTypeZ isOutOfBoxZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_lifecycle_state�_tenancy_id�_compartment_id�_name�_column� _namespace�_resource_group�_resource_type�_is_out_of_box�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r'