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 )�SensitiveSchemaSummaryzJ Summary of a sensitive schema present in a sensitive data model. c K s ddi| _ ddi| _d| _dS )aj Initializes a new SensitiveSchemaSummary 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 SensitiveSchemaSummary. :type schema_name: str �schema_name�strZ schemaNameN)Z swagger_typesZ attribute_map�_schema_name)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/data_safe/models/sensitive_schema_summary.py�__init__ s ��zSensitiveSchemaSummary.__init__c C s | j S )z� **[Required]** Gets the schema_name of this SensitiveSchemaSummary. The database schema that contains the sensitive column. :return: The schema_name of this SensitiveSchemaSummary. :rtype: str �r �r r r r r &