Class: Google::Apis::BigquerydatatransferV1::StartManualTransferRunsResponse
- Inherits:
-
Object
- Object
- Google::Apis::BigquerydatatransferV1::StartManualTransferRunsResponse
- 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
-
#runs ⇒ Array<Google::Apis::BigquerydatatransferV1::TransferRun>
The transfer runs that were created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StartManualTransferRunsResponse
constructor
A new instance of StartManualTransferRunsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#runs ⇒ Array<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 |