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
| 436 437 438 | # File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 436 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#perf_samples ⇒ Array<Google::Apis::ToolresultsV1beta3::PerfSample>
Corresponds to the JSON property perfSamples
| 434 435 436 | # File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 434 def perf_samples @perf_samples end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 441 442 443 | # File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 441 def update!(**args) @perf_samples = args[:perf_samples] if args.key?(:perf_samples) end |