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 details the `CancelCutoverJobRequest` class, which is used to create requests for the 'CancelCutoverJob' function within the Google.Cloud.VMMigration.V1 namespace."],["The `CancelCutoverJobRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default one and another that takes an existing `CancelCutoverJobRequest` object as a parameter, effectively allowing for cloning."],["It has two properties, `CutoverJobName` and `Name`, where `Name` represents the cutover job's ID, and `CutoverJobName` provides a typed view of this resource name."],["There are multiple versions of the `CancelCutoverJobRequest`, ranging from version 1.0.0 up to the latest version 2.6.0."]]],[]]