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."],[[["The `GetCutoverJobRequest` class is used to define the request message for a 'GetCutoverJob' operation within the Google Cloud VM Migration service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for handling message-based operations."],["The `GetCutoverJobRequest` class provides constructors for creating new instances, either blank or as copies, and includes properties for `CutoverJobName` and `Name`, which are central to the request's functionality."],["There are multiple versions available, with version 2.6.0 being the latest, and version 1.0.0 is detailed, displaying the request message's evolving interface over time."],["The `GetCutoverJobRequest` class inherits common methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class, ensuring basic object functionalities."]]],[]]