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."],[[["This webpage details the `CreateTransferJobRequest` class, which is used to create a transfer job, and is part of the `Google.Cloud.StorageTransfer.V1` namespace."],["The latest version for this class is 2.8.0, with the provided document referencing version 1.2.0."],["The `CreateTransferJobRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `TransferJob` property, which is required and represents the job that will be created."],["The class includes two constructors: a parameterless version, and another which takes `CreateTransferJobRequest` as a parameter."]]],[]]