Class: Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsResponse
- Inherits:
-
Object
- Object
- Google::Apis::BigquerydatatransferV1::ScheduleTransferRunsResponse
- 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 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.
830 831 832 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 830 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
828 829 830 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 828 def runs @runs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
835 836 837 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 835 def update!(**args) @runs = args[:runs] if args.key?(:runs) end |