📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: filter.pyc
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sV e Zd ZdZdd� Zedd� �Zedd� �Zej dd� �Zd d � Z dd� Zd d� ZdS )�Filterz& The filters for the trigger. c K s ddi| _ ddi| _d| _dS )a� Initializes a new Filter object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.devops.models.VbsFilter` * :class:`~oci.devops.models.DevopsCodeRepositoryFilter` * :class:`~oci.devops.models.BitbucketCloudFilter` * :class:`~oci.devops.models.BitbucketServerFilter` * :class:`~oci.devops.models.GitlabFilter` * :class:`~oci.devops.models.GithubFilter` * :class:`~oci.devops.models.GitlabServerFilter` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param trigger_source: The value to assign to the trigger_source property of this Filter. :type trigger_source: str �trigger_source�str� triggerSourceN)� swagger_types� attribute_map�_trigger_source)�self�kwargs� r �|/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/filter.py�__init__ s ��zFilter.__init__c C sd | d }|dkrdS |dkr dS |dkr,dS |dkr8d S |d krDdS |dkrPd S |dkr\dS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r �VBS� VbsFilter�DEVOPS_CODE_REPOSITORY�DevopsCodeRepositoryFilter�BITBUCKET_CLOUD�BitbucketCloudFilter�BITBUCKET_SERVER�BitbucketServerFilter�GITLAB�GitlabFilter�GITHUB�GithubFilter� GITLAB_SERVER�GitlabServerFilterr Nr )�object_dictionary�typer r r �get_subtype. s zFilter.get_subtypec C s | j S )z� **[Required]** Gets the trigger_source of this Filter. Source of the trigger. Allowed values are, GITHUB and GITLAB. :return: The trigger_source of this Filter. :rtype: str �r �r r r r r M s zFilter.trigger_sourcec C s || _ dS )z� Sets the trigger_source of this Filter. Source of the trigger. Allowed values are, GITHUB and GITLAB. :param trigger_source: The trigger_source of this Filter. :type: str Nr# )r r r r r r Y s c C s t | �S �N)r r$ r r r �__repr__e s zFilter.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__h s z Filter.__eq__c C s | |k S r% r r( r r r �__ne__n s z Filter.__ne__N) �__name__� __module__�__qualname__�__doc__r �staticmethodr"