public sealed class DeleteTransferJobRequest : IMessage<DeleteTransferJobRequest>, IEquatable<DeleteTransferJobRequest>, IDeepCloneable<DeleteTransferJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class DeleteTransferJobRequest.
[[["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."],[[["The latest version available for the `DeleteTransferJobRequest` is 2.8.0, but this page is showing the documentation for version 2.5.0."],["The `DeleteTransferJobRequest` class is a request object used in the Storage Transfer v1 API for deleting a transfer job."],["The `DeleteTransferJobRequest` class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["This class contains two key properties: `JobName`, which specifies the name of the job to delete, and `ProjectId`, which is the ID of the Google Cloud project owning the job, and both properties are required."],["The class offers two constructors: one default constructor `DeleteTransferJobRequest()` and another that takes another `DeleteTransferJobRequest` object as a parameter for cloning purposes `DeleteTransferJobRequest(DeleteTransferJobRequest other)`."]]],[]]