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."],[[["This document outlines the `RunTransferJobRequest` class, which is used to request the execution of a transfer job within the Google Cloud Storage Transfer service."],["The latest version available for `RunTransferJobRequest` is 2.8.0, with documentation also provided for several prior versions, down to 1.0.0."],["The `RunTransferJobRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to message handling."],["The class contains two key properties, `JobName` and `ProjectId`, both of which are required strings, specifying the transfer job name and the associated Google Cloud project ID, respectively."],["There are 2 constructors for `RunTransferJobRequest`, one default and another accepting another `RunTransferJobRequest` as a parameter, which allows it to be cloned."]]],[]]