Class: Google::Apis::CloudsearchV1::OtrChatMessageEvent
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::OtrChatMessageEvent
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#expiration_timestamp_usec ⇒ Fixnum
Corresponds to the JSON property
expirationTimestampUsec
. -
#kansas_row_id ⇒ String
Corresponds to the JSON property
kansasRowId
. -
#kansas_version_info ⇒ String
Corresponds to the JSON property
kansasVersionInfo
. -
#message_otr_status ⇒ String
Corresponds to the JSON property
messageOtrStatus
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OtrChatMessageEvent
constructor
A new instance of OtrChatMessageEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OtrChatMessageEvent
Returns a new instance of OtrChatMessageEvent.
15030 15031 15032 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 15030 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expiration_timestamp_usec ⇒ Fixnum
Corresponds to the JSON property expirationTimestampUsec
15013 15014 15015 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 15013 def @expiration_timestamp_usec end |
#kansas_row_id ⇒ String
Corresponds to the JSON property kansasRowId
15018 15019 15020 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 15018 def kansas_row_id @kansas_row_id end |
#kansas_version_info ⇒ String
Corresponds to the JSON property kansasVersionInfo
15023 15024 15025 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 15023 def kansas_version_info @kansas_version_info end |
#message_otr_status ⇒ String
Corresponds to the JSON property messageOtrStatus
15028 15029 15030 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 15028 def @message_otr_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15035 15036 15037 15038 15039 15040 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 15035 def update!(**args) @expiration_timestamp_usec = args[:expiration_timestamp_usec] if args.key?(:expiration_timestamp_usec) @kansas_row_id = args[:kansas_row_id] if args.key?(:kansas_row_id) @kansas_version_info = args[:kansas_version_info] if args.key?(:kansas_version_info) @message_otr_status = args[:message_otr_status] if args.key?(:message_otr_status) end |