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