ruạṛ
a ���f0: � @ 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 @ sn e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4� ReportSummaryz Description of report. �PDF�XLS�UPDATING�ACTIVE�CREATING�FAILED� GENERATED� SCHEDULEDc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )ax Initializes a new ReportSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this ReportSummary. :type display_name: str :param id: The value to assign to the id property of this ReportSummary. :type id: str :param report_definition_id: The value to assign to the report_definition_id property of this ReportSummary. :type report_definition_id: str :param description: The value to assign to the description property of this ReportSummary. :type description: str :param mime_type: The value to assign to the mime_type property of this ReportSummary. Allowed values for this property are: "PDF", "XLS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type mime_type: str :param time_generated: The value to assign to the time_generated property of this ReportSummary. :type time_generated: datetime :param compartment_id: The value to assign to the compartment_id property of this ReportSummary. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ReportSummary. Allowed values for this property are: "UPDATING", "ACTIVE", "CREATING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param type: The value to assign to the type property of this ReportSummary. Allowed values for this property are: "GENERATED", "SCHEDULED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param freeform_tags: The value to assign to the freeform_tags property of this ReportSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ReportSummary. :type defined_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�display_name�id�report_definition_id�description� mime_type�time_generated�compartment_id�lifecycle_state�type� freeform_tags�defined_tagsZdisplayNamer ZreportDefinitionIdr ZmimeTypeZ timeGeneratedZ compartmentIdZlifecycleStater ZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_id�_report_definition_id�_description� _mime_type�_time_generated�_compartment_id�_lifecycle_state�_type�_freeform_tags� _defined_tags)�self�kwargs� r( �G/usr/lib/python3.9/site-packages/oci/data_safe/models/report_summary.py�__init__2 sF 9��zReportSummary.__init__c C s | j S )z� **[Required]** Gets the display_name of this ReportSummary. Name of the report. :return: The display_name of this ReportSummary. :rtype: str �r �r&