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
      1114 1115 1116  | 
    
      # File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1114 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
      1112 1113 1114  | 
    
      # File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1112 def perf_sample_series @perf_sample_series end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1119 1120 1121  | 
    
      # File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1119 def update!(**args) @perf_sample_series = args[:perf_sample_series] if args.key?(:perf_sample_series) end  |