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 canceling cutover jobs within the Google Cloud VM Migration service, specifically in version 2.1.0."],["The `CancelCutoverJobRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide necessary functionalities for managing messages and objects."],["The class offers two constructors, one default and another that takes a `CancelCutoverJobRequest` object as a parameter for copying its properties."],["It includes two primary properties: `CutoverJobName`, a typed view over the `Name` resource, and `Name`, a string property that represents the required ID of the cutover job being canceled."],["The latest version in the listing is 2.6.0 and there are versions ranging back to 1.0.0, with a total of 8 listed versions."]]],[]]