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."],[[["Version 2.8.0 is the latest version available for the `CreateTransferJobRequest`, part of the Google Cloud Storage Transfer API."],["The `CreateTransferJobRequest` class is used to define and manage requests for creating transfer jobs within the Google Cloud Storage Transfer service."],["This class inherits from Object and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor that allows for the creation of a new `CreateTransferJobRequest` or cloning an existing one."],["The primary property of `CreateTransferJobRequest` is `TransferJob`, which is required and of type `TransferJob`."]]],[]]