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 )� RestoreAutonomousDatabaseDetailsz; Details to restore an Oracle Autonomous Database. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new RestoreAutonomousDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param timestamp: The value to assign to the timestamp property of this RestoreAutonomousDatabaseDetails. :type timestamp: datetime :param database_scn: The value to assign to the database_scn property of this RestoreAutonomousDatabaseDetails. :type database_scn: str :param latest: The value to assign to the latest property of this RestoreAutonomousDatabaseDetails. :type latest: bool �datetime�str�bool)� timestamp�database_scn�latestr �databaseSCNr N)� swagger_types� attribute_map� _timestamp� _database_scn�_latest)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/restore_autonomous_database_details.py�__init__ s ��z)RestoreAutonomousDatabaseDetails.__init__c C s | j S )z� **[Required]** Gets the timestamp of this RestoreAutonomousDatabaseDetails. The time to restore the database to. :return: The timestamp of this RestoreAutonomousDatabaseDetails. :rtype: datetime �r �r r r r r 2 s z*RestoreAutonomousDatabaseDetails.timestampc C s || _ dS )z� Sets the timestamp of this RestoreAutonomousDatabaseDetails. The time to restore the database to. :param timestamp: The timestamp of this RestoreAutonomousDatabaseDetails. :type: datetime Nr )r r r r r r >