public sealed class CreateTransferJobRequest : IMessage<CreateTransferJobRequest>, IEquatable<CreateTransferJobRequest>, IDeepCloneable<CreateTransferJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class CreateTransferJobRequest.
[[["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 provides reference documentation for the `CreateTransferJobRequest` class within the Google Cloud Storage Transfer v1 API."],["`CreateTransferJobRequest` is used to pass requests to the `CreateTransferJob` function and is implemented by several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the API, with version 2.8.0 being the most recent, and provides links to documentation for each version."],["The class `CreateTransferJobRequest` has two constructors, one parameterless and one taking another instance of `CreateTransferJobRequest`, and has a `TransferJob` property, that is required, and sets the job to create."],["The namespace for the class is `Google.Cloud.StorageTransfer.V1` and it comes from the assembly `Google.Cloud.StorageTransfer.V1.dll`."]]],[]]