ruạṛ
a N��f�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)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�BuildRunSummaryz# Summary of the build run. c K s� ddddddddddddddddd �| _ d ddd ddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a( Initializes a new BuildRunSummary 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 BuildRunSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this BuildRunSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this BuildRunSummary. :type display_name: str :param project_id: The value to assign to the project_id property of this BuildRunSummary. :type project_id: str :param build_pipeline_id: The value to assign to the build_pipeline_id property of this BuildRunSummary. :type build_pipeline_id: str :param build_run_source: The value to assign to the build_run_source property of this BuildRunSummary. :type build_run_source: oci.devops.models.BuildRunSource :param build_run_arguments: The value to assign to the build_run_arguments property of this BuildRunSummary. :type build_run_arguments: oci.devops.models.BuildRunArgumentCollection :param build_run_progress_summary: The value to assign to the build_run_progress_summary property of this BuildRunSummary. :type build_run_progress_summary: oci.devops.models.BuildRunProgressSummary :param time_created: The value to assign to the time_created property of this BuildRunSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this BuildRunSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this BuildRunSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this BuildRunSummary. :type lifecycle_details: str :param commit_info: The value to assign to the commit_info property of this BuildRunSummary. :type commit_info: oci.devops.models.CommitInfo :param freeform_tags: The value to assign to the freeform_tags property of this BuildRunSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this BuildRunSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this BuildRunSummary. :type system_tags: dict(str, dict(str, object)) �str�BuildRunSource�BuildRunArgumentCollection�BuildRunProgressSummary�datetime� CommitInfozdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name� project_id�build_pipeline_id�build_run_source�build_run_arguments�build_run_progress_summary�time_created�time_updated�lifecycle_state�lifecycle_details�commit_info� freeform_tags�defined_tags�system_tagsr � compartmentId�displayName� projectId�buildPipelineId�buildRunSource�buildRunArguments�buildRunProgressSummary�timeCreated�timeUpdated�lifecycleState�lifecycleDetails� commitInfo�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_project_id�_build_pipeline_id�_build_run_source�_build_run_arguments�_build_run_progress_summary� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_commit_info�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r@ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/build_run_summary.py�__init__ sd G��zBuildRunSummary.__init__c C s | j S )z� **[Required]** Gets the id of this BuildRunSummary. Unique identifier that is immutable on creation. :return: The id of this BuildRunSummary. :rtype: str �r. �r>