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.
1780 1781 1782 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1780 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ String
Debug message.
Corresponds to the JSON property message
1778 1779 1780 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1778 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1785 1786 1787 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1785 def update!(**args) @message = args[:message] if args.key?(:message) end |