ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateTriggerDetails� )�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 )�UpdateGithubTriggerDetailsz, Update trigger specific to GitHub. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a Initializes a new UpdateGithubTriggerDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.UpdateGithubTriggerDetails.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 UpdateGithubTriggerDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateGithubTriggerDetails. :type description: str :param trigger_source: The value to assign to the trigger_source property of this UpdateGithubTriggerDetails. :type trigger_source: str :param actions: The value to assign to the actions property of this UpdateGithubTriggerDetails. :type actions: list[oci.devops.models.TriggerAction] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateGithubTriggerDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateGithubTriggerDetails. :type defined_tags: dict(str, dict(str, object)) :param connection_id: The value to assign to the connection_id property of this UpdateGithubTriggerDetails. :type connection_id: str �strzlist[TriggerAction]zdict(str, str)zdict(str, dict(str, object)))�display_name�description�trigger_source�actions� freeform_tags�defined_tags� connection_id�displayNamer � triggerSourcer �freeformTags�definedTags�connectionIdN�GITHUB) � swagger_types� attribute_map� _display_name�_description�_trigger_source�_actions�_freeform_tags� _defined_tags�_connection_id)�self�kwargs� r"