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.



1560
1561
1562
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1560

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



1558
1559
1560
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1558

def perf_sample_series
  @perf_sample_series
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1565
1566
1567
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 1565

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