public sealed class CancelJobRequest : IMessage<CancelJobRequest>, IEquatable<CancelJobRequest>, IDeepCloneable<CancelJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CancelJobRequest.
[[["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."],[[["This webpage provides reference documentation for the `CancelJobRequest` class within the Google Cloud Dataplex v1 API, used to cancel task jobs."],["The latest version of this API is 3.6.0, with the documentation also covering versions ranging from 1.0.0 to 3.5.0, which are listed in descending order."],["The `CancelJobRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods and properties for managing job cancellation."],["Key properties for `CancelJobRequest` include `JobName`, which provides a typed view of the resource name, and `Name`, a string that specifies the resource name of the job to cancel."],["The `CancelJobRequest` class has two constructors: one default and one that accepts another `CancelJobRequest` instance for copying its values."]]],[]]