public sealed class CancelAutomationRunRequest : IMessage<CancelAutomationRunRequest>, IEquatable<CancelAutomationRunRequest>, IDeepCloneable<CancelAutomationRunRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class CancelAutomationRunRequest.
The request object used by CancelAutomationRun.
Implements
IMessageCancelAutomationRunRequest, IEquatableCancelAutomationRunRequest, IDeepCloneableCancelAutomationRunRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CancelAutomationRunRequest()
public CancelAutomationRunRequest()CancelAutomationRunRequest(CancelAutomationRunRequest)
public CancelAutomationRunRequest(CancelAutomationRunRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CancelAutomationRunRequest |
Properties
AutomationRunName
public AutomationRunName AutomationRunName { get; set; }AutomationRunName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|