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."],[[["The latest version of the `CancelAutomationRunRequest` class is 3.4.0, part of the Google Cloud Deploy v1 API."],["This page provides reference documentation and code samples for the `CancelAutomationRunRequest` class, which is used by the `CancelAutomationRun` method."],["The `CancelAutomationRunRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CancelAutomationRunRequest` class has two constructors: a parameterless one, and one that takes another `CancelAutomationRunRequest` as a parameter."],["The class contains two properties: `AutomationRunName` of type `AutomationRunName`, and `Name`, which is a string that represents the resource name of the `AutomationRun`."]]],[]]