public sealed class CreateTransferJobRequest : IMessage<CreateTransferJobRequest>, IEquatable<CreateTransferJobRequest>, IDeepCloneable<CreateTransferJobRequest>, IBufferMessage, IMessage
[[["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 of `CreateTransferJobRequest` is 2.8.0, with various earlier versions available, starting from 1.0.0."],["`CreateTransferJobRequest` is used to request the creation of a transfer job and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and has constructors for creating new instances and cloning existing `CreateTransferJobRequest` objects."],["It includes a `TransferJob` property, which is required and represents the job to be created."]]],[]]