Class: Google::Apis::ToolresultsV1beta3::ListPerfSampleSeriesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/toolresults_v1beta3/classes.rb,
lib/google/apis/toolresults_v1beta3/representations.rb,
lib/google/apis/toolresults_v1beta3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListPerfSampleSeriesResponse

Returns a new instance of ListPerfSampleSeriesResponse.



1547
1548
1549
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1547

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#perf_sample_seriesArray<Google::Apis::ToolresultsV1beta3::PerfSampleSeries>

The resulting PerfSampleSeries sorted by id Corresponds to the JSON property perfSampleSeries



1545
1546
1547
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1545

def perf_sample_series
  @perf_sample_series
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1552
1553
1554
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1552

def update!(**args)
  @perf_sample_series = args[:perf_sample_series] if args.key?(:perf_sample_series)
end