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 content provided being based on version 2.0.0."],["The `CancelCloneJobRequest` class is a request message for canceling a clone job and is part of the `Google.Cloud.VMMigration.V1` namespace."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["The class includes constructors for creating a new instance and creating a copy of an existing `CancelCloneJobRequest` object."],["The `CancelCloneJobRequest` class contains properties for managing the name of the clone job through `CloneJobName` which is of type `CloneJobName` and `Name` which is a string."]]],[]]