Class: Google::Apis::ToolresultsV1beta3::BatchCreatePerfSamplesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::BatchCreatePerfSamplesResponse
- 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_samples ⇒ Array<Google::Apis::ToolresultsV1beta3::PerfSample>
Corresponds to the JSON property
perfSamples
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchCreatePerfSamplesResponse
constructor
A new instance of BatchCreatePerfSamplesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchCreatePerfSamplesResponse
Returns a new instance of BatchCreatePerfSamplesResponse
437 438 439 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 437 def initialize(**args) update!(**args) end |
Instance Attribute Details
#perf_samples ⇒ Array<Google::Apis::ToolresultsV1beta3::PerfSample>
Corresponds to the JSON property perfSamples
435 436 437 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 435 def perf_samples @perf_samples end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
442 443 444 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 442 def update!(**args) @perf_samples = args[:perf_samples] if args.key?(:perf_samples) end |