ruạṛ
a N��f8 � @ 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 @ sf e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2� ReportSummaryz Description of report. �PDF�XLS�UPDATING�ACTIVE� GENERATED� SCHEDULEDc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )ab 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", '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)) �str�datetimezdict(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_tags�displayNamer �reportDefinitionIdr �mimeType� timeGenerated� compartmentId�lifecycleStater �freeformTags�definedTagsN) � swagger_types� attribute_map� _display_name�_id�_report_definition_id�_description� _mime_type�_time_generated�_compartment_id�_lifecycle_state�_type�_freeform_tags� _defined_tags)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/report_summary.py�__init__( 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/ r1 r1 r2 r � s zReportSummary.display_namec C s || _ dS )z� Sets the display_name of this ReportSummary. Name of the report. :param display_name: The display_name of this ReportSummary. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )z� **[Required]** Gets the id of this ReportSummary. The OCID of the report. :return: The id of this ReportSummary. :rtype: str �r% r5 r1 r1 r2 r � s zReportSummary.idc C s || _ dS )z� Sets the id of this ReportSummary. The OCID of the report. :param id: The id of this ReportSummary. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the report_definition_id of this ReportSummary. The OCID of the report definition. :return: The report_definition_id of this ReportSummary. :rtype: str �r&