Show / Hide Table of Contents

Class TriggerAction

The trigger action to be performed.

Inheritance
object
TriggerAction
TriggerBuildPipelineAction
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
[JsonConverter(typeof(TriggerActionModelConverter))]
public class TriggerAction

Properties

Filter

Declaration
[JsonProperty(PropertyName = "filter")]
public Filter Filter { get; set; }
Property Value
Type Description
Filter
In this article
Back to top