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 )�"UpdateBitbucketCloudTriggerDetailsz5 Update trigger specific to Bitbucket Cloud. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )am Initializes a new UpdateBitbucketCloudTriggerDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.UpdateBitbucketCloudTriggerDetails.trigger_source` attribute of this class is ``BITBUCKET_CLOUD`` 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 UpdateBitbucketCloudTriggerDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateBitbucketCloudTriggerDetails. :type description: str :param trigger_source: The value to assign to the trigger_source property of this UpdateBitbucketCloudTriggerDetails. :type trigger_source: str :param actions: The value to assign to the actions property of this UpdateBitbucketCloudTriggerDetails. :type actions: list[oci.devops.models.TriggerAction] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateBitbucketCloudTriggerDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateBitbucketCloudTriggerDetails. :type defined_tags: dict(str, dict(str, object)) :param connection_id: The value to assign to the connection_id property of this UpdateBitbucketCloudTriggerDetails. :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�BITBUCKET_CLOUD) � swagger_types� attribute_map� _display_name�_description�_trigger_source�_actions�_freeform_tags� _defined_tags�_connection_id)�self�kwargs� r"