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 @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�MaskingObjectSummaryzB Summary of a masking object present in a masking policy. �TABLE�EDITIONING_VIEWc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aX Initializes a new MaskingObjectSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param schema_name: The value to assign to the schema_name property of this MaskingObjectSummary. :type schema_name: str :param object_name: The value to assign to the object_name property of this MaskingObjectSummary. :type object_name: str :param object_type: The value to assign to the object_type property of this MaskingObjectSummary. Allowed values for this property are: "TABLE", "EDITIONING_VIEW", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type object_type: str �str)�schema_name�object_name�object_typeZ schemaNameZ objectNameZ objectTypeN)Z swagger_typesZ attribute_map�_schema_name�_object_name�_object_type)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/data_safe/models/masking_object_summary.py�__init__ s ��zMaskingObjectSummary.__init__c C s | j S )z� **[Required]** Gets the schema_name of this MaskingObjectSummary. The database schema that contains the masking column. :return: The schema_name of this MaskingObjectSummary. :rtype: str �r �r r r r r >