| Server IP : 162.241.203.86 / Your IP : 216.73.216.200 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : theart99 ( 5843) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/data_safe/models/__pycache__/ |
Upload File : |
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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed
d� �Z e jdd� �Z d
d� Z
dd� Zdd� ZdS )�
Dimensionsz&
The scope of analytics data.
c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a�
Initializes a new Dimensions object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param target_id:
The value to assign to the target_id property of this Dimensions.
:type target_id: str
:param sensitive_data_model_id:
The value to assign to the sensitive_data_model_id property of this Dimensions.
:type sensitive_data_model_id: str
:param sensitive_type_id:
The value to assign to the sensitive_type_id property of this Dimensions.
:type sensitive_type_id: str
�str)� target_id�sensitive_data_model_id�sensitive_type_idZtargetIdZsensitiveDataModelIdZsensitiveTypeIdN)Z
swagger_typesZ
attribute_map�
_target_id�_sensitive_data_model_id�_sensitive_type_id)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/data_safe/models/dimensions.py�__init__ s ��zDimensions.__init__c C s | j S )z�
Gets the target_id of this Dimensions.
The OCID of the target database.
:return: The target_id of this Dimensions.
:rtype: str
�r �r r r r r 4 s
zDimensions.target_idc C s
|| _ dS )z�
Sets the target_id of this Dimensions.
The OCID of the target database.
:param target_id: The target_id of this Dimensions.
:type: str
Nr )r r r r r r @ s
c C s | j S )z�
Gets the sensitive_data_model_id of this Dimensions.
The OCID of the sensitive data model.
:return: The sensitive_data_model_id of this Dimensions.
:rtype: str
�r r r r r r L s
z"Dimensions.sensitive_data_model_idc C s
|| _ dS )z�
Sets the sensitive_data_model_id of this Dimensions.
The OCID of the sensitive data model.
:param sensitive_data_model_id: The sensitive_data_model_id of this Dimensions.
:type: str
Nr )r r r r r r X s
c C s | j S )z�
Gets the sensitive_type_id of this Dimensions.
The OCID of the sensitive type.
:return: The sensitive_type_id of this Dimensions.
:rtype: str
�r
r r r r r
d s
zDimensions.sensitive_type_idc C s
|| _ dS )z�
Sets the sensitive_type_id of this Dimensions.
The OCID of the sensitive type.
:param sensitive_type_id: The sensitive_type_id of this Dimensions.
:type: str
Nr )r r
r r r r
p s
c C s t | �S �N)r r r r r �__repr__| s zDimensions.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zDimensions.__eq__c C s
| |k S r r r r r r �__ne__� s zDimensions.__ne__N)
�__name__�
__module__�__qualname__�__doc__r �propertyr �setterr r
r r r r r r r r s"