Class BitbucketCloudTriggerCreateResult
Trigger create response specific to Bitbucket Cloud.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class BitbucketCloudTriggerCreateResult : TriggerCreateResult
Properties
ConnectionId
Declaration
[JsonProperty(PropertyName = "connectionId")]
public string ConnectionId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the connection resource used to get details for triggered events. |
TriggerUrl
Declaration
[Required(ErrorMessage = "TriggerUrl is required.")]
[JsonProperty(PropertyName = "triggerUrl")]
public string TriggerUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The endpoint that listens to trigger events. Contains the secret as a query parameter. |
Remarks
Required