class Google::Apis::CloudsearchV1::ResponseDebugInfo
Debugging information about the response.
Attributes
formatted_debug_info[RW]
General debug info formatted for display. Corresponds to the JSON property `formattedDebugInfo` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 3663 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudsearch_v1/classes.rb, line 3668 def update!(**args) @formatted_debug_info = args[:formatted_debug_info] if args.key?(:formatted_debug_info) end