Class: Google::Apis::CivicinfoV2::LivegraphBacktraceRecordInfoExpInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CivicinfoV2::LivegraphBacktraceRecordInfoExpInfo
 
 
- Defined in:
 - generated/google/apis/civicinfo_v2/classes.rb,
generated/google/apis/civicinfo_v2/representations.rb,
generated/google/apis/civicinfo_v2/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #deleted_ins  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
deletedIns. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LivegraphBacktraceRecordInfoExpInfo 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of LivegraphBacktraceRecordInfoExpInfo.
 - 
  
    
      #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) ⇒ LivegraphBacktraceRecordInfoExpInfo
Returns a new instance of LivegraphBacktraceRecordInfoExpInfo
      971 972 973  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 971 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#deleted_ins ⇒ Array<String>
Corresponds to the JSON property deletedIns
      969 970 971  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 969 def deleted_ins @deleted_ins end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      976 977 978  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 976 def update!(**args) @deleted_ins = args[:deleted_ins] if args.key?(:deleted_ins) end  |