Class GitlabFilterAttributes
Attributes to filter GitLab events.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class GitlabFilterAttributesProperties
BaseRef
Declaration
[JsonProperty(PropertyName = "baseRef")]
public string BaseRef { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The target branch for pull requests; not applicable for push requests. | 
FileFilter
Declaration
[JsonProperty(PropertyName = "fileFilter")]
public FileFilter FileFilter { get; set; }Property Value
| Type | Description | 
|---|---|
| FileFilter | 
HeadRef
Declaration
[JsonProperty(PropertyName = "headRef")]
public string HeadRef { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Branch for push event; source branch for pull requests. |