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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for `CreateTransferJobRequest` is 2.8.0, with several prior versions also accessible, ranging back to 1.0.0."],["`CreateTransferJobRequest` is a class used to define a request for creating a transfer job, which implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateTransferJobRequest` class inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `CreateTransferJobRequest` class includes a required `TransferJob` property, representing the job to be created."],["Two constructors are available for `CreateTransferJobRequest`, a default one and one that takes another `CreateTransferJobRequest` instance."]]],[]]