class Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsResponse

A response to schedule transfer runs for a time range.

Attributes

runs[RW]

The transfer runs that were scheduled. Corresponds to the JSON property `runs` @return [Array<Google::Apis::BigquerydatatransferV1::TransferRun>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 632
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 637
def update!(**args)
  @runs = args[:runs] if args.key?(:runs)
end