Class: Google::Apis::CloudtraceV1::Traces
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CloudtraceV1::Traces
 
 
- Defined in:
 - generated/google/apis/cloudtrace_v1/classes.rb,
generated/google/apis/cloudtrace_v1/representations.rb,
generated/google/apis/cloudtrace_v1/representations.rb 
Overview
List of new or updated traces.
Instance Attribute Summary collapse
- 
  
    
      #traces  ⇒ Array<Google::Apis::CloudtraceV1::Trace> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of traces.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Traces 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Traces.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ Traces
Returns a new instance of Traces
      213 214 215  | 
    
      # File 'generated/google/apis/cloudtrace_v1/classes.rb', line 213 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#traces ⇒ Array<Google::Apis::CloudtraceV1::Trace>
List of traces.
Corresponds to the JSON property traces
      211 212 213  | 
    
      # File 'generated/google/apis/cloudtrace_v1/classes.rb', line 211 def traces @traces end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      218 219 220  | 
    
      # File 'generated/google/apis/cloudtrace_v1/classes.rb', line 218 def update!(**args) @traces = args[:traces] if args.key?(:traces) end  |