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-03-21 UTC."],[[["This webpage details the `StartManualTransferRunsResponse` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, specifically for version 3.2.0 and up to the most recent, 4.10.0."],["The `StartManualTransferRunsResponse` class represents the response received after initiating manual transfer runs, inheriting from the Object class and implementing various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides a constructor to create a new instance of `StartManualTransferRunsResponse` and another that makes a copy from an already existing `StartManualTransferRunsResponse` instance."],["It contains a property named `Runs` of type `RepeatedField\u003cTransferRun\u003e` which represents the collection of transfer runs that were created as a result of the start manual transfer runs operation."]]],[]]