ruạṛ
a N��f9; � @ 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 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)� �Zed+d,� �Zej d-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�Reportz Description of Report. �PDF�XLS�UPDATING�ACTIVE� GENERATED� SCHEDULEDc K s� ddddddddddddd�| _ dddd d ddd ddddd�| _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", '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 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)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�report_definition_id�description�compartment_id� mime_type�time_generated�lifecycle_state�type� freeform_tags�defined_tags�system_tagsr �displayName�reportDefinitionIdr � compartmentId�mimeType� timeGenerated�lifecycleStater �freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id� _display_name�_report_definition_id�_description�_compartment_id� _mime_type�_time_generated�_lifecycle_state�_type�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r4 �/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/report.py�__init__( sL =��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&