Class: Google::Apis::CloudsearchV1::ResultDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ResultDebugInfo
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResultDebugInfo
Returns a new instance of ResultDebugInfo
3367 3368 3369 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3367 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
3365 3366 3367 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3365 def formatted_debug_info @formatted_debug_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3372 3373 3374 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3372 def update!(**args) @formatted_debug_info = args[:formatted_debug_info] if args.key?(:formatted_debug_info) end |