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
| 557 558 559 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 557 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
| 555 556 557 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 555 def runs @runs end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 562 563 564 | # File 'generated/google/apis/bigquerydatatransfer_v1/classes.rb', line 562 def update!(**args) @runs = args[:runs] if args.key?(:runs) end |