public sealed class CancelJobRequest : IMessage<CancelJobRequest>, IEquatable<CancelJobRequest>, IDeepCloneable<CancelJobRequest>, 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-25 UTC."],[[["The latest version of the `CancelJobRequest` is 3.6.0, with numerous earlier versions available, starting from 1.0.0."],["`CancelJobRequest` is a class used to cancel task jobs, and it inherits from the Object class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CancelJobRequest` class contains properties for managing the job's name, such as `JobName` and `Name`, with the latter requiring a specific format for the resource name."],["The class has two constructors, one default and one that takes another `CancelJobRequest` object as an argument."],["This class is under the namespace `Google.Cloud.Dataplex.V1` and is part of the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]