Google Cloud Deploy v1 API - Class CancelAutomationRunRequest (2.15.0)

public sealed class CancelAutomationRunRequest : IMessage<CancelAutomationRunRequest>, IEquatable<CancelAutomationRunRequest>, IDeepCloneable<CancelAutomationRunRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class CancelAutomationRunRequest.

The request object used by CancelAutomationRun.

Inheritance

object > CancelAutomationRunRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

CancelAutomationRunRequest()

public CancelAutomationRunRequest()

CancelAutomationRunRequest(CancelAutomationRunRequest)

public CancelAutomationRunRequest(CancelAutomationRunRequest other)
Parameter
NameDescription
otherCancelAutomationRunRequest

Properties

AutomationRunName

public AutomationRunName AutomationRunName { get; set; }

AutomationRunName-typed view over the Name resource name property.

Property Value
TypeDescription
AutomationRunName

Name

public string Name { get; set; }

Required. Name of the AutomationRun. Format is projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.

Property Value
TypeDescription
string