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.
Required. Name of the AutomationRun. Format is
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `CancelAutomationRunRequest` class within the Google Cloud Deploy v1 API, specifically for version 2.16.0."],["The `CancelAutomationRunRequest` class is used to cancel an automation run and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available versions of the `CancelAutomationRunRequest` are listed, with version 3.4.0 being the latest and multiple versions from 1.0.0 to 3.3.0 included."],["Key properties for the `CancelAutomationRunRequest` class include `AutomationRunName` (of type `AutomationRunName`) and `Name` (of type string), which specifies the automation run to cancel."],["The page also lists the constructors and inherited members for the `CancelAutomationRunRequest` class, which are used to create new instances and gain information about object properties."]]],[]]