Class: Google::Apis::CivicinfoV2::MessageSet
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CivicinfoV2::MessageSet
 
 
- 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
- 
  
    
      #record_message_set_ext  ⇒ Google::Apis::CivicinfoV2::LivegraphBacktraceRecordInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
recordMessageSetExt. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ MessageSet 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of MessageSet.
 - 
  
    
      #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) ⇒ MessageSet
Returns a new instance of MessageSet
      990 991 992  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 990 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#record_message_set_ext ⇒ Google::Apis::CivicinfoV2::LivegraphBacktraceRecordInfo
Corresponds to the JSON property recordMessageSetExt
      988 989 990  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 988 def @record_message_set_ext end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      995 996 997  | 
    
      # File 'generated/google/apis/civicinfo_v2/classes.rb', line 995 def update!(**args) @record_message_set_ext = args[:record_message_set_ext] if args.key?(:record_message_set_ext) end  |