Class TriggerInfo
Trigger details that need to be used for the BuildRun
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class TriggerInfo
Properties
Actions
Declaration
[Required(ErrorMessage = "Actions is required.")]
[JsonProperty(PropertyName = "actions")]
public List<TriggerAction> Actions { get; set; }
Property Value
Type | Description |
---|---|
List<TriggerAction> | The list of actions that are to be performed for this Trigger |
Remarks
Required
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Name for Trigger. |