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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�GitlabServerBuildRunSourcezK Specifies details of build run through GitLab self-hosted Server. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a Initializes a new GitlabServerBuildRunSource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.GitlabServerBuildRunSource.source_type` attribute of this class is ``GITLAB_SERVER`` 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 GitlabServerBuildRunSource. 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 GitlabServerBuildRunSource. :type trigger_id: str :param trigger_info: The value to assign to the trigger_info property of this GitlabServerBuildRunSource. :type trigger_info: oci.devops.models.TriggerInfo �str�TriggerInfo)�source_type� trigger_id�trigger_info� sourceType� triggerId�triggerInfoN� GITLAB_SERVER)� swagger_types� attribute_map�_source_type�_trigger_id� _trigger_info)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/gitlab_server_build_run_source.py�__init__ s ��z#GitlabServerBuildRunSource.__init__c C s | j S )z� **[Required]** Gets the trigger_id of this GitlabServerBuildRunSource. The trigger that invoked the build run. :return: The trigger_id of this GitlabServerBuildRunSource. :rtype: str �r �r r r r r 5 s z%GitlabServerBuildRunSource.trigger_idc C s || _ dS )z� Sets the trigger_id of this GitlabServerBuildRunSource. The trigger that invoked the build run. :param trigger_id: The trigger_id of this GitlabServerBuildRunSource. :type: str Nr )r r r r r r A s c C s | j S )z� **[Required]** Gets the trigger_info of this GitlabServerBuildRunSource. :return: The trigger_info of this GitlabServerBuildRunSource. :rtype: oci.devops.models.TriggerInfo �r r r r r r M s z'GitlabServerBuildRunSource.trigger_infoc C s || _ dS )z� Sets the trigger_info of this GitlabServerBuildRunSource. :param trigger_info: The trigger_info of this GitlabServerBuildRunSource. :type: oci.devops.models.TriggerInfo Nr )r r r r r r W s c C s t | �S �N)r r r r r �__repr__a s z#GitlabServerBuildRunSource.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__d s z!GitlabServerBuildRunSource.__eq__c C s | |k S r r r"