public sealed class CancelCloneJobRequest : IMessage<CancelCloneJobRequest>, IEquatable<CancelCloneJobRequest>, IDeepCloneable<CancelCloneJobRequest>, IBufferMessage, IMessage
[[["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 `CancelCloneJobRequest` is 2.6.0, with the documentation also covering versions back to 1.0.0."],["The `CancelCloneJobRequest` class is a request message for initiating a 'CancelCloneJob' action within the Google Cloud VMMigration service, as defined in version 2.1.0."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to meet various functionality and management requirements."],["The `CancelCloneJobRequest` class provides two constructors, a default constructor and one that accepts another `CancelCloneJobRequest` object for copying."],["It has two main properties, `CloneJobName`, which is a typed view over the `Name` resource, and `Name`, which is a required string property to store the clone job ID."]]],[]]