Class: Google::Apis::ToolresultsV1beta3::BatchCreatePerfSamplesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ToolresultsV1beta3::BatchCreatePerfSamplesResponse
 
 
- 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
- 
  
    
      #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.
 
Constructor Details
#initialize(**args) ⇒ BatchCreatePerfSamplesResponse
Returns a new instance of BatchCreatePerfSamplesResponse.
      423 424 425  | 
    
      # File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 423 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#perf_samples ⇒ Array<Google::Apis::ToolresultsV1beta3::PerfSample>
Corresponds to the JSON property perfSamples
      421 422 423  | 
    
      # File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 421 def perf_samples @perf_samples end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      428 429 430  | 
    
      # File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 428 def update!(**args) @perf_samples = args[:perf_samples] if args.key?(:perf_samples) end  |