Show / Hide Table of Contents

Class CancelBuildRunDetails

Information about canceling the build run.

Inheritance
object
CancelBuildRunDetails
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
public class CancelBuildRunDetails

Properties

Reason

Declaration
[Required(ErrorMessage = "Reason is required.")]
[JsonProperty(PropertyName = "reason")]
public string Reason { get; set; }
Property Value
Type Description
string

The reason for canceling the build run.

Remarks

Required

In this article
Back to top