ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AttributeProfileResult� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )� DateAttributezA A summary of profiling results of a specefic attribute. c K st dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aP Initializes a new DateAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.DateAttribute.type` attribute of this class is ``DATE_TIME`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this DateAttribute. :type type: object :param name: The value to assign to the name property of this DateAttribute. :type name: str :param min: The value to assign to the min property of this DateAttribute. :type min: oci.data_connectivity.models.ProfileStat :param max: The value to assign to the max property of this DateAttribute. :type max: oci.data_connectivity.models.ProfileStat :param null_count: The value to assign to the null_count property of this DateAttribute. :type null_count: oci.data_connectivity.models.ProfileStat :param distinct_count: The value to assign to the distinct_count property of this DateAttribute. :type distinct_count: oci.data_connectivity.models.ProfileStat :param unique_count: The value to assign to the unique_count property of this DateAttribute. :type unique_count: oci.data_connectivity.models.ProfileStat :param duplicate_count: The value to assign to the duplicate_count property of this DateAttribute. :type duplicate_count: oci.data_connectivity.models.ProfileStat :param value_frequencies: The value to assign to the value_frequencies property of this DateAttribute. :type value_frequencies: list[oci.data_connectivity.models.ObjectFreqStat] �object�str�ProfileStatzlist[ObjectFreqStat]) �type�name�min�max� null_count�distinct_count�unique_count�duplicate_count�value_frequenciesr r r r � nullCount� distinctCount�uniqueCount�duplicateCount�valueFrequenciesN� DATE_TIME)� swagger_types� attribute_map�_type�_name�_min�_max�_null_count�_distinct_count� _unique_count�_duplicate_count�_value_frequencies)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/date_attribute.py�__init__ s<