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 )�RestoreDatabaseDetailsz' RestoreDatabaseDetails model. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new RestoreDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param database_scn: The value to assign to the database_scn property of this RestoreDatabaseDetails. :type database_scn: str :param timestamp: The value to assign to the timestamp property of this RestoreDatabaseDetails. :type timestamp: datetime :param latest: The value to assign to the latest property of this RestoreDatabaseDetails. :type latest: bool �str�datetime�bool)�database_scn� timestamp�latest�databaseSCNr r N)� swagger_types� attribute_map� _database_scn� _timestamp�_latest)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/restore_database_details.py�__init__ s ��zRestoreDatabaseDetails.__init__c C s | j S )z� Gets the database_scn of this RestoreDatabaseDetails. Restores using the backup with the System Change Number (SCN) specified. :return: The database_scn of this RestoreDatabaseDetails. :rtype: str �r �r r r r r 2 s z#RestoreDatabaseDetails.database_scnc C s || _ dS )z� Sets the database_scn of this RestoreDatabaseDetails. Restores using the backup with the System Change Number (SCN) specified. :param database_scn: The database_scn of this RestoreDatabaseDetails. :type: str Nr )r r r r r r >