HEX
Server: Apache
System: Linux box5936.bluehost.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User: aviatjd3 (1318)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/trigger_info.cpython-39.pyc
a

���f�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sdeZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zd
d�Z	dd
�Z
dd�ZdS)�TriggerInfoz?
    Trigger details that need to be used for the BuildRun
    cKs(ddd�|_ddd�|_d|_d|_dS)a�
        Initializes a new TriggerInfo object with values from keyword arguments.
        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 TriggerInfo.
        :type display_name: str

        :param actions:
            The value to assign to the actions property of this TriggerInfo.
        :type actions: list[oci.devops.models.TriggerAction]

        �strzlist[TriggerAction])�display_name�actionsZdisplayNamer	N)Z
swagger_typesZ
attribute_map�
_display_name�_actions)�self�kwargs�r�B/usr/lib/python3.9/site-packages/oci/devops/models/trigger_info.py�__init__s��zTriggerInfo.__init__cCs|jS)z�
        Gets the display_name of this TriggerInfo.
        Name for Trigger.


        :return: The display_name of this TriggerInfo.
        :rtype: str
        �r
�rrrrr-s
zTriggerInfo.display_namecCs
||_dS)z�
        Sets the display_name of this TriggerInfo.
        Name for Trigger.


        :param display_name: The display_name of this TriggerInfo.
        :type: str
        Nr)rrrrrr9s
cCs|jS)z�
        **[Required]** Gets the actions of this TriggerInfo.
        The list of actions that are to be performed for this Trigger


        :return: The actions of this TriggerInfo.
        :rtype: list[oci.devops.models.TriggerAction]
        �rrrrrr	Es
zTriggerInfo.actionscCs
||_dS)z�
        Sets the actions of this TriggerInfo.
        The list of actions that are to be performed for this Trigger


        :param actions: The actions of this TriggerInfo.
        :type: list[oci.devops.models.TriggerAction]
        Nr)rr	rrrr	Qs
cCst|�S�N)rrrrr�__repr__]szTriggerInfo.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__`szTriggerInfo.__eq__cCs
||kSrrrrrr�__ne__fszTriggerInfo.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	rrrrrrrrs



rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s