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` is 3.4.0, with numerous prior versions available, including 3.3.0, 3.2.0, 3.1.0, and several 2.x.x and 1.x.x versions."],["The `CancelAutomationRunRequest` class is a request object for use with the `CancelAutomationRun` function in the Google Cloud Deploy v1 API."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new instance and a copy constructor that accepts another `CancelAutomationRunRequest` object."],["The `CancelAutomationRunRequest` class has properties such as `AutomationRunName`, which provides a typed view over the `Name` property, and `Name`, which specifies the required name of the AutomationRun resource."]]],[]]