ruạṛ
a ���fW/ � @ 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 @ sN 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 edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�AddmDbFindingAggregationz, Summarizes a specific ADDM finding c K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new AddmDbFindingAggregation 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 AddmDbFindingAggregation. :type id: str :param finding_id: The value to assign to the finding_id property of this AddmDbFindingAggregation. :type finding_id: str :param category_name: The value to assign to the category_name property of this AddmDbFindingAggregation. :type category_name: str :param category_display_name: The value to assign to the category_display_name property of this AddmDbFindingAggregation. :type category_display_name: str :param name: The value to assign to the name property of this AddmDbFindingAggregation. :type name: str :param message: The value to assign to the message property of this AddmDbFindingAggregation. :type message: str :param impact_overall_percent: The value to assign to the impact_overall_percent property of this AddmDbFindingAggregation. :type impact_overall_percent: float :param impact_max_percent: The value to assign to the impact_max_percent property of this AddmDbFindingAggregation. :type impact_max_percent: float :param impact_avg_active_sessions: The value to assign to the impact_avg_active_sessions property of this AddmDbFindingAggregation. :type impact_avg_active_sessions: float :param frequency_count: The value to assign to the frequency_count property of this AddmDbFindingAggregation. :type frequency_count: int :param recommendation_count: The value to assign to the recommendation_count property of this AddmDbFindingAggregation. :type recommendation_count: int �str�float�int)�id� finding_id� category_name�category_display_name�name�message�impact_overall_percent�impact_max_percent�impact_avg_active_sessions�frequency_count�recommendation_countr Z findingIdZcategoryNameZcategoryDisplayNamer r ZimpactOverallPercentZimpactMaxPercentZimpactAvgActiveSessionsZfrequencyCountZrecommendationCountN) Z swagger_typesZ attribute_map�_id�_finding_id�_category_name�_category_display_name�_name�_message�_impact_overall_percent�_impact_max_percent�_impact_avg_active_sessions�_frequency_count�_recommendation_count)�self�kwargs� r"