public sealed class CancelCloneJobRequest : IMessage<CancelCloneJobRequest>, IEquatable<CancelCloneJobRequest>, IDeepCloneable<CancelCloneJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class CancelCloneJobRequest.
[[["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 documentation page covers the `CancelCloneJobRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.2.0."],["The `CancelCloneJobRequest` class is a request message used to cancel a clone job, and it inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default and one that accepts another `CancelCloneJobRequest` object as a parameter."],["Key properties of `CancelCloneJobRequest` include `CloneJobName`, a typed view of the resource name, and `Name`, which represents the required clone job ID."],["The documentation is available for various versions of the API, ranging from version 1.0.0 to the latest 2.6.0, and each version has a corresponding `CancelCloneJobRequest` definition."]]],[]]