ruạṛ
a ���f%A � @ 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 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+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Zd3d4� Zd5d6� Zd7d8� Zd9S ):�Reportz( The description of the report. �PDF�XLS�UPDATING�ACTIVE�CREATING�FAILED� GENERATED� SCHEDULEDc K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a_ Initializes a new Report 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 Report. :type id: str :param display_name: The value to assign to the display_name property of this Report. :type display_name: str :param report_definition_id: The value to assign to the report_definition_id property of this Report. :type report_definition_id: str :param description: The value to assign to the description property of this Report. :type description: str :param compartment_id: The value to assign to the compartment_id property of this Report. :type compartment_id: str :param mime_type: The value to assign to the mime_type property of this Report. 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 Report. :type time_generated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Report. 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 Report. 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 lifecycle_details: The value to assign to the lifecycle_details property of this Report. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this Report. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Report. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Report. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�display_name�report_definition_id�description�compartment_id� mime_type�time_generated�lifecycle_state�type�lifecycle_details� freeform_tags�defined_tags�system_tagsr ZdisplayNameZreportDefinitionIdr Z compartmentIdZmimeTypeZ timeGeneratedZlifecycleStater ZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_report_definition_id�_description�_compartment_id� _mime_type�_time_generated�_lifecycle_state�_type�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r, �?/usr/lib/python3.9/site-packages/oci/data_safe/models/report.py�__init__2 sR A��zReport.__init__c C s | j S )z� **[Required]** Gets the id of this Report. The OCID of the report. :return: The id of this Report. :rtype: str �r �r* r, r, r- r � s z Report.idc C s || _ dS )z� Sets the id of this Report. The OCID of the report. :param id: The id of this Report. :type: str Nr/ )r* r r, r, r- r � s c C s | j S )z� **[Required]** Gets the display_name of this Report. Name of the report. :return: The display_name of this Report. :rtype: str �r r0 r, r, r- r � s zReport.display_namec C s || _ dS )z� Sets the display_name of this Report. Name of the report. :param display_name: The display_name of this Report. :type: str Nr1 )r* r r, r, r- r � s c C s | j S )z� Gets the report_definition_id of this Report. The OCID of the report definition. :return: The report_definition_id of this Report. :rtype: str �r r0 r, r, r- r � s zReport.report_definition_idc C s || _ dS )z� Sets the report_definition_id of this Report. The OCID of the report definition. :param report_definition_id: The report_definition_id of this Report. :type: str Nr2 )r* r r, r, r- r � s c C s | j S )z� Gets the description of this Report. Specifies a description of the report. :return: The description of this Report. :rtype: str �r r0 r, r, r- r � s zReport.descriptionc C s || _ dS )z� Sets the description of this Report. Specifies a description of the report. :param description: The description of this Report. :type: str Nr3 )r* r r, r, r- r � s c C s | j S )z� **[Required]** Gets the compartment_id of this Report. The OCID of the compartment containing the report. :return: The compartment_id of this Report. :rtype: str �r! r0 r, r, r- r s zReport.compartment_idc C s || _ dS )z� Sets the compartment_id of this Report. The OCID of the compartment containing the report. :param compartment_id: The compartment_id of this Report. :type: str Nr4 )r* r r, r, r- r s c C s | j S )am Gets the mime_type of this Report. Specifies the format of report to be .xls or .pdf or .json 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'. :return: The mime_type of this Report. :rtype: str )r"