Class: Google::Apis::BigquerydatatransferV1::StartManualTransferRunsResponse

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

Overview

A response to start manual transfer runs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StartManualTransferRunsResponse

Returns a new instance of StartManualTransferRunsResponse.



761
762
763
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 761

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

Instance Attribute Details

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

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



759
760
761
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 759

def runs
  @runs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



766
767
768
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 766

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