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�DeployPipelineSummaryz- Summary of the deployment pipeline. c K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a; Initializes a new DeployPipelineSummary 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 DeployPipelineSummary. :type id: str :param description: The value to assign to the description property of this DeployPipelineSummary. :type description: str :param display_name: The value to assign to the display_name property of this DeployPipelineSummary. :type display_name: str :param project_id: The value to assign to the project_id property of this DeployPipelineSummary. :type project_id: str :param compartment_id: The value to assign to the compartment_id property of this DeployPipelineSummary. :type compartment_id: str :param time_created: The value to assign to the time_created property of this DeployPipelineSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DeployPipelineSummary. :type time_updated: datetime :param lifecycle_details: The value to assign to the lifecycle_details property of this DeployPipelineSummary. :type lifecycle_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DeployPipelineSummary. :type lifecycle_state: str :param deploy_pipeline_parameters: The value to assign to the deploy_pipeline_parameters property of this DeployPipelineSummary. :type deploy_pipeline_parameters: oci.devops.models.DeployPipelineParameterCollection :param freeform_tags: The value to assign to the freeform_tags property of this DeployPipelineSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DeployPipelineSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DeployPipelineSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimeZ!DeployPipelineParameterCollectionzdict(str, str)zdict(str, dict(str, object))) �id�description�display_name� project_id�compartment_id�time_created�time_updated�lifecycle_details�lifecycle_state�deploy_pipeline_parameters� freeform_tags�defined_tags�system_tagsr r ZdisplayNameZ projectIdZ compartmentIdZtimeCreatedZtimeUpdatedZlifecycleDetailsZlifecycleStateZdeployPipelineParametersZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_description� _display_name�_project_id�_compartment_id� _time_created� _time_updated�_lifecycle_details�_lifecycle_state�_deploy_pipeline_parameters�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r$ �M/usr/lib/python3.9/site-packages/oci/devops/models/deploy_pipeline_summary.py�__init__ sR ;��zDeployPipelineSummary.__init__c C s | j S )z� **[Required]** Gets the id of this DeployPipelineSummary. Unique identifier that is immutable on creation. :return: The id of this DeployPipelineSummary. :rtype: str �r �r"