public sealed class GetCloneJobRequest : IMessage<GetCloneJobRequest>, IEquatable<GetCloneJobRequest>, IDeepCloneable<GetCloneJobRequest>, 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 content details the `GetCloneJobRequest` class, which is a request message for the 'GetCloneJob' operation within the `Google.Cloud.VMMigration.V1` namespace."],["Version 2.6.0 is the latest version of the API referenced in the documentation, with previous versions from 2.5.0 down to 1.0.0 also detailed."],["The `GetCloneJobRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors, one default and another that takes another `GetCloneJobRequest` object as a parameter, enabling the creation of copies."],["Key properties of this class include `CloneJobName` for a typed view and `Name` for the required CloneJob identifier."]]],[]]