Class DevopsCodeRepositoryFilterExclusionAttributes
Attributes to filter DevopsCodeRepository events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DevopsCodeRepositoryFilterExclusionAttributesProperties
FileFilter
Declaration
[JsonProperty(PropertyName = "fileFilter")]
public FileFilter FileFilter { get; set; }Property Value
| Type | Description | 
|---|---|
| FileFilter |