ruạṛ
a N��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 )�DatabaseObjectz? Database objects to include or exclude from migration c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aS Initializes a new DatabaseObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param owner: The value to assign to the owner property of this DatabaseObject. :type owner: str :param object_name: The value to assign to the object_name property of this DatabaseObject. :type object_name: str :param type: The value to assign to the type property of this DatabaseObject. :type type: str �str)�owner�object_name�typer � objectNamer N)� swagger_types� attribute_map�_owner�_object_name�_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/database_object.py�__init__ s ��zDatabaseObject.__init__c C s | j S )z� **[Required]** Gets the owner of this DatabaseObject. Owner of the object (regular expression is allowed) :return: The owner of this DatabaseObject. :rtype: str �r �r r r r r 2 s zDatabaseObject.ownerc C s || _ dS )z� Sets the owner of this DatabaseObject. Owner of the object (regular expression is allowed) :param owner: The owner of this DatabaseObject. :type: str Nr )r r r r r r >