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."],[[["The latest version available for the `CancelJobRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with multiple previous versions ranging from 3.5.0 down to 1.0.0 also available."],["The `CancelJobRequest` class is used to cancel task jobs within the Google Cloud Dataplex service, as documented by its function description."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with various .NET functionalities."],["The `CancelJobRequest` class includes properties such as `JobName` (of type `JobName`) and `Name` (of type `string`) to identify and reference specific jobs within the Dataplex environment, using a path structured string to define the job."],["There is a constructor that will take a `CancelJobRequest` as a parameter for object creation."]]],[]]