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-04-09 UTC."],[[["This webpage provides documentation for the `CancelJobRequest` class within the Google Cloud Dataplex V1 API, specifically for the .NET environment."],["The documentation covers various versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, showing the historical development."],["The `CancelJobRequest` class is designed to handle the cancellation of task jobs, serving as an object-oriented interface."],["The `CancelJobRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The document describes two constructors, `CancelJobRequest()` and `CancelJobRequest(CancelJobRequest other)`, along with the properties `JobName` and `Name`, which are essential for the request execution."]]],[]]