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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�RefreshActivitySummaryz* Summary of the refresh activity. c K s� dddddddddddddd� | _ ddddd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new RefreshActivitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this RefreshActivitySummary. :type id: str :param display_name: The value to assign to the display_name property of this RefreshActivitySummary. :type display_name: str :param source_fusion_environment_id: The value to assign to the source_fusion_environment_id property of this RefreshActivitySummary. :type source_fusion_environment_id: str :param time_of_restoration_point: The value to assign to the time_of_restoration_point property of this RefreshActivitySummary. :type time_of_restoration_point: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this RefreshActivitySummary. :type lifecycle_state: str :param time_scheduled_start: The value to assign to the time_scheduled_start property of this RefreshActivitySummary. :type time_scheduled_start: datetime :param time_expected_finish: The value to assign to the time_expected_finish property of this RefreshActivitySummary. :type time_expected_finish: datetime :param time_finished: The value to assign to the time_finished property of this RefreshActivitySummary. :type time_finished: datetime :param service_availability: The value to assign to the service_availability property of this RefreshActivitySummary. :type service_availability: str :param time_accepted: The value to assign to the time_accepted property of this RefreshActivitySummary. :type time_accepted: datetime :param time_updated: The value to assign to the time_updated property of this RefreshActivitySummary. :type time_updated: datetime :param lifecycle_details: The value to assign to the lifecycle_details property of this RefreshActivitySummary. :type lifecycle_details: str :param refresh_issue_details_list: The value to assign to the refresh_issue_details_list property of this RefreshActivitySummary. :type refresh_issue_details_list: list[oci.fusion_apps.models.RefreshIssueDetails] �strZdatetimezlist[RefreshIssueDetails]) �id�display_name�source_fusion_environment_id�time_of_restoration_point�lifecycle_state�time_scheduled_start�time_expected_finish� time_finished�service_availability� time_accepted�time_updated�lifecycle_details�refresh_issue_details_listr ZdisplayNameZsourceFusionEnvironmentIdZtimeOfRestorationPointZlifecycleStateZtimeScheduledStartZtimeExpectedFinishZtimeFinishedZserviceAvailabilityZtimeAcceptedZtimeUpdatedZlifecycleDetailsZrefreshIssueDetailsListN)Z swagger_typesZ attribute_map�_id� _display_name�_source_fusion_environment_id�_time_of_restoration_point�_lifecycle_state�_time_scheduled_start�_time_expected_finish�_time_finished�_service_availability�_time_accepted� _time_updated�_lifecycle_details�_refresh_issue_details_list)�self�kwargs� r$ �S/usr/lib/python3.9/site-packages/oci/fusion_apps/models/refresh_activity_summary.py�__init__ sR ;��zRefreshActivitySummary.__init__c C s | j S )z� **[Required]** Gets the id of this RefreshActivitySummary. The unique identifier (OCID) of the refresh activity. Can't be changed after creation. :return: The id of this RefreshActivitySummary. :rtype: str �r �r"