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.



1573
1574
1575
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1573

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



1571
1572
1573
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1571

def perf_sample_series
  @perf_sample_series
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1578
1579
1580
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1578

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