Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickCommonDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnterpriseTopazSidekickCommonDebugInfo
- 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
Overview
Container of debugging information in all object levels. Extend as needed.
Instance Attribute Summary collapse
-
#message ⇒ String
Debug message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseTopazSidekickCommonDebugInfo
constructor
A new instance of EnterpriseTopazSidekickCommonDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseTopazSidekickCommonDebugInfo
Returns a new instance of EnterpriseTopazSidekickCommonDebugInfo.
1813 1814 1815 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1813 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ String
Debug message.
Corresponds to the JSON property message
1811 1812 1813 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1811 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1818 1819 1820 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1818 def update!(**args) @message = args[:message] if args.key?(:message) end |