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� �Zdd� Zdd� Zd d!� Zd"S )#�BuildRunSnapshotSummaryzf Summary of a single build run snapshot. Contains information including pipelineId, commitId. c K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new BuildRunSnapshotSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param build_pipeline_id: The value to assign to the build_pipeline_id property of this BuildRunSnapshotSummary. :type build_pipeline_id: str :param commit_id: The value to assign to the commit_id property of this BuildRunSnapshotSummary. :type commit_id: str :param build_run_id: The value to assign to the build_run_id property of this BuildRunSnapshotSummary. :type build_run_id: str :param display_name: The value to assign to the display_name property of this BuildRunSnapshotSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this BuildRunSnapshotSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this BuildRunSnapshotSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this BuildRunSnapshotSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this BuildRunSnapshotSummary. :type time_updated: datetime �strZdatetime)�build_pipeline_id� commit_id�build_run_id�display_name�lifecycle_state�lifecycle_details�time_created�time_updatedZbuildPipelineIdZcommitIdZ buildRunIdZdisplayNameZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map�_build_pipeline_id� _commit_id� _build_run_id� _display_name�_lifecycle_state�_lifecycle_details� _time_created� _time_updated)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/devops/models/build_run_snapshot_summary.py�__init__ s4 '��z BuildRunSnapshotSummary.__init__c C s | j S )a **[Required]** Gets the build_pipeline_id of this BuildRunSnapshotSummary. The OCID of the build pipeline where the build was triggered. :return: The build_pipeline_id of this BuildRunSnapshotSummary. :rtype: str �r �r r r r r W s z)BuildRunSnapshotSummary.build_pipeline_idc C s || _ dS )a Sets the build_pipeline_id of this BuildRunSnapshotSummary. The OCID of the build pipeline where the build was triggered. :param build_pipeline_id: The build_pipeline_id of this BuildRunSnapshotSummary. :type: str Nr )r r r r r r c s c C s | j S )z� **[Required]** Gets the commit_id of this BuildRunSnapshotSummary. The commit id which the build was triggered from. :return: The commit_id of this BuildRunSnapshotSummary. :rtype: str �r r r r r r o s z!BuildRunSnapshotSummary.commit_idc C s || _ dS )z� Sets the commit_id of this BuildRunSnapshotSummary. The commit id which the build was triggered from. :param commit_id: The commit_id of this BuildRunSnapshotSummary. :type: str Nr )r r r r r r { s c C s | j S )z� **[Required]** Gets the build_run_id of this BuildRunSnapshotSummary. The OCID of the build run. :return: The build_run_id of this BuildRunSnapshotSummary. :rtype: str �r r r r r r � s z$BuildRunSnapshotSummary.build_run_idc C s || _ dS )z� Sets the build_run_id of this BuildRunSnapshotSummary. The OCID of the build run. :param build_run_id: The build_run_id of this BuildRunSnapshotSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the display_name of this BuildRunSnapshotSummary. The display name of the build run. :return: The display_name of this BuildRunSnapshotSummary. :rtype: str �r r r r r r � s z$BuildRunSnapshotSummary.display_namec C s || _ dS )z� Sets the display_name of this BuildRunSnapshotSummary. The display name of the build run. :param display_name: The display_name of this BuildRunSnapshotSummary. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the lifecycle_state of this BuildRunSnapshotSummary. The current status of the build run. :return: The lifecycle_state of this BuildRunSnapshotSummary. :rtype: str �r r r r r r � s z'BuildRunSnapshotSummary.lifecycle_statec C s || _ dS )z� Sets the lifecycle_state of this BuildRunSnapshotSummary. The current status of the build run. :param lifecycle_state: The lifecycle_state of this BuildRunSnapshotSummary. :type: str Nr"