ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateTriggerDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�CreateGithubTriggerDetailsz/ The trigger for GitHub as the caller. c K sj ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a� Initializes a new CreateGithubTriggerDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.CreateGithubTriggerDetails.trigger_source` attribute of this class is ``GITHUB`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateGithubTriggerDetails. :type display_name: str :param description: The value to assign to the description property of this CreateGithubTriggerDetails. :type description: str :param project_id: The value to assign to the project_id property of this CreateGithubTriggerDetails. :type project_id: str :param trigger_source: The value to assign to the trigger_source property of this CreateGithubTriggerDetails. :type trigger_source: str :param actions: The value to assign to the actions property of this CreateGithubTriggerDetails. :type actions: list[oci.devops.models.TriggerAction] :param freeform_tags: The value to assign to the freeform_tags property of this CreateGithubTriggerDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateGithubTriggerDetails. :type defined_tags: dict(str, dict(str, object)) :param connection_id: The value to assign to the connection_id property of this CreateGithubTriggerDetails. :type connection_id: str �strzlist[TriggerAction]zdict(str, str)zdict(str, dict(str, object)))�display_name�description� project_id�trigger_source�actions� freeform_tags�defined_tags� connection_id�displayNamer � projectId� triggerSourcer �freeformTags�definedTags�connectionIdN�GITHUB) � swagger_types� attribute_map� _display_name�_description�_project_id�_trigger_source�_actions�_freeform_tags� _defined_tags�_connection_id)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/create_github_trigger_details.py�__init__ s6 (��z#CreateGithubTriggerDetails.__init__c C s | j S )z� Gets the connection_id of this CreateGithubTriggerDetails. The OCID of the connection resource used to get details for triggered events. :return: The connection_id of this CreateGithubTriggerDetails. :rtype: str �r"