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 )�MaskingSchemaSummaryz@ Summary of a masking schema present in masking policy. c K s ddi| _ ddi| _d| _dS )af Initializes a new MaskingSchemaSummary 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 MaskingSchemaSummary. :type schema_name: str �schema_name�strZ schemaNameN)Z swagger_typesZ attribute_map�_schema_name)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/data_safe/models/masking_schema_summary.py�__init__ s ��zMaskingSchemaSummary.__init__c C s | j S )z� **[Required]** Gets the schema_name of this MaskingSchemaSummary. The database schema that contains the masking column. :return: The schema_name of this MaskingSchemaSummary. :rtype: str �r �r r r r r &