Class: Google::Apis::CloudsearchV1::ResultDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ResultDebugInfo
- 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 result.
Instance Attribute Summary collapse
-
#formatted_debug_info ⇒ String
General debug info formatted for display.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResultDebugInfo
constructor
A new instance of ResultDebugInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResultDebugInfo
Returns a new instance of ResultDebugInfo.
4271 4272 4273 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4271 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
4269 4270 4271 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4269 def formatted_debug_info @formatted_debug_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4276 4277 4278 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4276 def update!(**args) @formatted_debug_info = args[:formatted_debug_info] if args.key?(:formatted_debug_info) end |