ruạṛ
a ���f� � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�AuditProfileDimensionszP Details of aggregation dimensions used for summarizing audit profiles. c K s ddi| _ ddi| _d| _dS )a� Initializes a new AuditProfileDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_paid_usage_enabled: The value to assign to the is_paid_usage_enabled property of this AuditProfileDimensions. :type is_paid_usage_enabled: bool �is_paid_usage_enabled�boolZisPaidUsageEnabledN)Z swagger_typesZ attribute_map�_is_paid_usage_enabled)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/data_safe/models/audit_profile_dimensions.py�__init__ s ��zAuditProfileDimensions.__init__c C s | j S )a� Gets the is_paid_usage_enabled of this AuditProfileDimensions. Indicates if you want to continue collecting audit records beyond the free limit of one million audit records per month per target database, potentially incurring additional charges. The default value is inherited from the global settings. You can change at the global level or at the target level. :return: The is_paid_usage_enabled of this AuditProfileDimensions. :rtype: bool �r �r r r r r &