ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�BuildRunSource� )�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 d d� Z dd� Zdd� ZdS )�"DevopsCodeRepositoryBuildRunSourcezH Specifies details of build run through DevOps code repository. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new DevopsCodeRepositoryBuildRunSource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.DevopsCodeRepositoryBuildRunSource.source_type` attribute of this class is ``DEVOPS_CODE_REPOSITORY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_type: The value to assign to the source_type property of this DevopsCodeRepositoryBuildRunSource. Allowed values for this property are: "MANUAL", "GITHUB", "GITLAB", "GITLAB_SERVER", "BITBUCKET_CLOUD", "BITBUCKET_SERVER", "DEVOPS_CODE_REPOSITORY", "VBS" :type source_type: str :param trigger_id: The value to assign to the trigger_id property of this DevopsCodeRepositoryBuildRunSource. :type trigger_id: str :param trigger_info: The value to assign to the trigger_info property of this DevopsCodeRepositoryBuildRunSource. :type trigger_info: oci.devops.models.TriggerInfo :param repository_id: The value to assign to the repository_id property of this DevopsCodeRepositoryBuildRunSource. :type repository_id: str �str�TriggerInfo)�source_type� trigger_id�trigger_info� repository_id� sourceType� triggerId�triggerInfo�repositoryIdN�DEVOPS_CODE_REPOSITORY)� swagger_types� attribute_map�_source_type�_trigger_id� _trigger_info�_repository_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/devops_code_repository_build_run_source.py�__init__ s ��z+DevopsCodeRepositoryBuildRunSource.__init__c C s | j S )z� **[Required]** Gets the trigger_id of this DevopsCodeRepositoryBuildRunSource. The trigger that invoked the build run. :return: The trigger_id of this DevopsCodeRepositoryBuildRunSource. :rtype: str �r �r r r r r <