public sealed class CreateTransferJobRequest : IMessage<CreateTransferJobRequest>, IEquatable<CreateTransferJobRequest>, IDeepCloneable<CreateTransferJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class CreateTransferJobRequest.
[[["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."],[[["This webpage provides reference documentation for the `CreateTransferJobRequest` class within the Storage Transfer v1 API for .NET."],["The `CreateTransferJobRequest` class is used to pass requests to the `CreateTransferJob` method and is part of the `Google.Cloud.StorageTransfer.V1` namespace."],["The page lists different versions of the `CreateTransferJobRequest` class, ranging from version 1.0.0 to 2.8.0, with 2.8.0 being the latest version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `CreateTransferJobRequest` class contains a property called `TransferJob` that is required and represents the job that you want to create."]]],[]]