Class: Google::Apis::CloudsearchV1::ResponseDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ResponseDebugInfo
- 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
Debugging information about the response.
Instance Attribute Summary collapse
-
#formatted_debug_info ⇒ String
General debug info formatted for display.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResponseDebugInfo
constructor
A new instance of ResponseDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResponseDebugInfo
Returns a new instance of ResponseDebugInfo.
17345 17346 17347 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17345 def initialize(**args) update!(**args) end |
Instance Attribute Details
#formatted_debug_info ⇒ String
General debug info formatted for display.
Corresponds to the JSON property formattedDebugInfo
17343 17344 17345 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17343 def formatted_debug_info @formatted_debug_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17350 17351 17352 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17350 def update!(**args) @formatted_debug_info = args[:formatted_debug_info] if args.key?(:formatted_debug_info) end |