Class BitbucketServerFilter
The filter for Bitbucket Server events.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class BitbucketServerFilter : Filter
Properties
Events
Declaration
[JsonProperty(PropertyName = "events", ItemConverterType = typeof(ResponseEnumConverter))]
public List<BitbucketServerFilter.EventsEnum> Events { get; set; }
Property Value
Type | Description |
---|---|
List<BitbucketServerFilter.EventsEnum> | The events, for example, PUSH, PULL_REQUEST_MERGE. |
Include
Declaration
[JsonProperty(PropertyName = "include")]
public BitbucketServerFilterAttributes Include { get; set; }
Property Value
Type | Description |
---|---|
BitbucketServerFilterAttributes |