Class: Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsResponse
- Inherits:
-
Object
- Object
- Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsResponse
- 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
-
#runs ⇒ Array<Google::Apis::BigquerydatatransferV1::TransferRun>
The transfer runs that were scheduled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ScheduleTransferRunsResponse
constructor
A new instance of ScheduleTransferRunsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ScheduleTransferRunsResponse
Returns a new instance of ScheduleTransferRunsResponse
596 597 598 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 596 def initialize(**args) update!(**args) end |
Instance Attribute Details
#runs ⇒ Array<Google::Apis::BigquerydatatransferV1::TransferRun>
The transfer runs that were scheduled.
Corresponds to the JSON property runs
594 595 596 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 594 def runs @runs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
601 602 603 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 601 def update!(**args) @runs = args[:runs] if args.key?(:runs) end |