public sealed class StartManualTransferRunsResponse : IMessage<StartManualTransferRunsResponse>, IEquatable<StartManualTransferRunsResponse>, IDeepCloneable<StartManualTransferRunsResponse>, 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-04-02 UTC."],[[["This webpage details the `StartManualTransferRunsResponse` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, which is used to respond to requests for starting manual transfer runs."],["The latest version available is 4.10.0, with several previous versions listed, ranging back to 3.1.0, all accessible via links provided on the page."],["The `StartManualTransferRunsResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a `Runs` property, which is a `RepeatedField` containing a collection of `TransferRun` objects, representing the transfer runs that were initiated."],["There are two constructors available for the `StartManualTransferRunsResponse` class, one default and another which allows you to initialize the object with another `StartManualTransferRunsResponse`."]]],[]]