ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataObjectColumnUnit� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�DataObjectRateColumnUnitzE Unit details of a data object column of RATE unit category. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new DataObjectRateColumnUnit object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.DataObjectRateColumnUnit.unit_category` attribute of this class is ``RATE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param unit_category: The value to assign to the unit_category property of this DataObjectRateColumnUnit. Allowed values for this property are: "DATA_SIZE", "TIME", "POWER", "TEMPERATURE", "CORE", "RATE", "FREQUENCY", "OTHER_STANDARD", "CUSTOM" :type unit_category: str :param display_name: The value to assign to the display_name property of this DataObjectRateColumnUnit. :type display_name: str :param numerator: The value to assign to the numerator property of this DataObjectRateColumnUnit. :type numerator: oci.opsi.models.DataObjectColumnUnit :param denominator: The value to assign to the denominator property of this DataObjectRateColumnUnit. :type denominator: oci.opsi.models.DataObjectColumnUnit �strr )� unit_category�display_name� numerator�denominator�unitCategory�displayNamer r N�RATE)� swagger_types� attribute_map�_unit_category� _display_name� _numerator�_denominator)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/data_object_rate_column_unit.py�__init__ s ��z!DataObjectRateColumnUnit.__init__c C s | j S )z� Gets the numerator of this DataObjectRateColumnUnit. :return: The numerator of this DataObjectRateColumnUnit. :rtype: oci.opsi.models.DataObjectColumnUnit �r �r r r r r <