class Google::Apis::BigquerydatatransferV1::StartManualTransferRunsRequest

A request to start manual transfer runs.

Attributes

requested_run_time[RW]

Specific run_time for a transfer run to be started. The requested_run_time must not be in the future. Corresponds to the JSON property `requestedRunTime` @return [String]

requested_time_range[RW]

A specification for a time range, this will request transfer runs with run_time between start_time (inclusive) and end_time (exclusive). Corresponds to the JSON property `requestedTimeRange` @return [Google::Apis::BigquerydatatransferV1::TimeRange]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 658
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 663
def update!(**args)
  @requested_run_time = args[:requested_run_time] if args.key?(:requested_run_time)
  @requested_time_range = args[:requested_time_range] if args.key?(:requested_time_range)
end