Class: Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/bigquerydatatransfer_v1/classes.rb,
generated/google/apis/bigquerydatatransfer_v1/representations.rb,
generated/google/apis/bigquerydatatransfer_v1/representations.rb

Overview

A response to schedule transfer runs for a time range.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ScheduleTransferRunsResponse

Returns a new instance of ScheduleTransferRunsResponse



585
586
587
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 585

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#created_runsArray<Google::Apis::BigquerydatatransferV1::TransferRun>

The transfer runs that were created. Corresponds to the JSON property createdRuns



583
584
585
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 583

def created_runs
  @created_runs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



590
591
592
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 590

def update!(**args)
  @created_runs = args[:created_runs] if args.key?(:created_runs)
end