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.
Constructor Details
#initialize(**args) ⇒ ScheduleTransferRunsResponse
Returns a new instance of ScheduleTransferRunsResponse.
611 612 613 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 611 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
609 610 611 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 609 def runs @runs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
616 617 618 |
# File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 616 def update!(**args) @runs = args[:runs] if args.key?(:runs) end |