public sealed class ScheduleTransferRunsResponse : IMessage<ScheduleTransferRunsResponse>, IEquatable<ScheduleTransferRunsResponse>, IDeepCloneable<ScheduleTransferRunsResponse>, IBufferMessage, IMessage
A response to schedule transfer runs for a time range.
[[["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-01 UTC."],[[["The content focuses on the `ScheduleTransferRunsResponse` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, detailing its structure and functionality."],["This class is used as a response to scheduling transfer runs and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists multiple versions of the `ScheduleTransferRunsResponse`, ranging from version 3.1.0 to the latest 4.10.0, showing a history of the class."],["The `ScheduleTransferRunsResponse` class has two constructors, a default one and another that accepts another `ScheduleTransferRunsResponse` as a parameter, as well as a `Runs` property."],["The `Runs` property, of type `RepeatedField\u003cTransferRun\u003e`, represents the transfer runs that were scheduled."]]],[]]