public sealed class GetCutoverJobRequest : IMessage<GetCutoverJobRequest>, IEquatable<GetCutoverJobRequest>, IDeepCloneable<GetCutoverJobRequest>, 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."],[[["This webpage details the `GetCutoverJobRequest` class, which is a request message used for obtaining a specific cutover job in Google Cloud's VM Migration service."],["The `GetCutoverJobRequest` class is part of the `Google.Cloud.VMMigration.V1` namespace and is found in the `Google.Cloud.VMMigration.V1.dll` assembly."],["The latest version of the API within this context is 2.6.0, with several previous versions available, all having different endpoints for the same request."],["The `GetCutoverJobRequest` class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It has two constructors, one default and one that accepts another `GetCutoverJobRequest` instance, along with properties `CutoverJobName` and `Name` for specifying the job being requested."]]],[]]