Class: Google::Apis::CloudsearchV1::ResponseDebugInfo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ResponseDebugInfo
- 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 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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResponseDebugInfo
Returns a new instance of ResponseDebugInfo
3287 3288 3289 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3287 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
3285 3286 3287 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3285 def formatted_debug_info @formatted_debug_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3292 3293 3294 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3292 def update!(**args) @formatted_debug_info = args[:formatted_debug_info] if args.key?(:formatted_debug_info) end |