public sealed class RunTransferJobRequest : IMessage<RunTransferJobRequest>, IEquatable<RunTransferJobRequest>, IDeepCloneable<RunTransferJobRequest>, 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 the `RunTransferJobRequest` is 2.8.0, and this document covers versions ranging from 1.0.0 to 2.8.0."],["The `RunTransferJobRequest` class is used to request a transfer job and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunTransferJobRequest` class includes properties such as `JobName` and `ProjectId`, both of which are required string values to request a transfer."],["The `RunTransferJobRequest` class can be constructed either with no parameters, or with another `RunTransferJobRequest` instance."],["The `RunTransferJobRequest` class inherits several members from the `Object` class including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]