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 .NET development."],["The `CancelAutomationRunRequest` class is used to create request objects for the `CancelAutomationRun` function, and it inherits from the base `object` class, and it also implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the `CancelAutomationRunRequest`, ranging from the latest `3.4.0` down to `1.0.0`, and the current displayed version is `2.17.0`."],["Key properties of `CancelAutomationRunRequest` include `AutomationRunName` (typed view) and `Name` (string), which is a required identifier for the AutomationRun resource."],["Constructors for `CancelAutomationRunRequest` are provided, including a parameterless constructor and one that takes another `CancelAutomationRunRequest` object as input, as well as listing methods inherited from the `object` class."]]],[]]