public sealed class CancelCutoverJobRequest : IMessage<CancelCutoverJobRequest>, IEquatable<CancelCutoverJobRequest>, IDeepCloneable<CancelCutoverJobRequest>, 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 provides documentation for the `CancelCutoverJobRequest` class, which is part of the `Google.Cloud.VMMigration.V1` namespace in the .NET library."],["The `CancelCutoverJobRequest` class is used to construct a request message for canceling a cutover job in the VM Migration service."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for different functionalities related to message handling and object comparison."],["The class includes properties like `CutoverJobName` (a typed view of the cutover job name) and `Name` (the string identifier of the cutover job), to enable specifying the target cutover job for the request."],["The page also provides access to all previous versions of the `CancelCutoverJobRequest` documentations, with version 2.6.0 being the most recent."]]],[]]