ruạṛ
a N��fQ � @ 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 ) �AssetAggregationzD The result of an analytics aggregation on a set of assets. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new AssetAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dimensions: The value to assign to the dimensions property of this AssetAggregation. :type dimensions: dict(str, str) :param count: The value to assign to the count property of this AssetAggregation. :type count: int :param max: The value to assign to the max property of this AssetAggregation. :type max: float :param mean: The value to assign to the mean property of this AssetAggregation. :type mean: float :param min: The value to assign to the min property of this AssetAggregation. :type min: float :param sum: The value to assign to the sum property of this AssetAggregation. :type sum: float :param aggregated_property: The value to assign to the aggregated_property property of this AssetAggregation. :type aggregated_property: str zdict(str, str)�int�float�str)� dimensions�count�max�mean�min�sum�aggregated_propertyr r r r r r �aggregatedPropertyN) � swagger_types� attribute_map�_dimensions�_count�_max�_mean�_min�_sum�_aggregated_property)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_bridge/models/asset_aggregation.py�__init__ s. #�� zAssetAggregation.__init__c C s | j S )z� Gets the dimensions of this AssetAggregation. The dimensions along which assets can be aggregated for analytics. :return: The dimensions of this AssetAggregation. :rtype: dict(str, str) �r �r r r r r N s zAssetAggregation.dimensionsc C s || _ dS )z� Sets the dimensions of this AssetAggregation. The dimensions along which assets can be aggregated for analytics. :param dimensions: The dimensions of this AssetAggregation. :type: dict(str, str) Nr )r r r r r r Z s c C s | j S )z� Gets the count of this AssetAggregation. Returns the total number of observations from the group of assets. :return: The count of this AssetAggregation. :rtype: int �r r! r r r r f s zAssetAggregation.countc C s || _ dS )z� Sets the count of this AssetAggregation. Returns the total number of observations from the group of assets. :param count: The count of this AssetAggregation. :type: int Nr"