Class FileFilter
Attributes to support include/exclude files for triggering build runs.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class FileFilterProperties
FilePaths
Declaration
[JsonProperty(PropertyName = "filePaths")]
public List<string> FilePaths { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | The file paths/glob pattern for files. |