Class: Google::Apis::ToolresultsV1beta3::ListPerfSampleSeriesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ToolresultsV1beta3::ListPerfSampleSeriesResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
 generated/google/apis/toolresults_v1beta3/representations.rb,
 generated/google/apis/toolresults_v1beta3/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #perf_sample_series  ⇒ Array<Google::Apis::ToolresultsV1beta3::PerfSampleSeries> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resulting PerfSampleSeries sorted by id Corresponds to the JSON property perfSampleSeries.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListPerfSampleSeriesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListPerfSampleSeriesResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListPerfSampleSeriesResponse
Returns a new instance of ListPerfSampleSeriesResponse
| 1113 1114 1115 | # File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1113 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#perf_sample_series ⇒ Array<Google::Apis::ToolresultsV1beta3::PerfSampleSeries>
The resulting PerfSampleSeries sorted by id
Corresponds to the JSON property perfSampleSeries
| 1111 1112 1113 | # File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1111 def perf_sample_series @perf_sample_series end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1118 1119 1120 | # File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1118 def update!(**args) @perf_sample_series = args[:perf_sample_series] if args.key?(:perf_sample_series) end |