Class: Google::Apis::CivicinfoV2::MessageSet

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

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_extGoogle::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
  @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