class Google::Apis::CloudsearchV1::ResultDebugInfo

Debugging information about the result.

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 3744
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 3749
def update!(**args)
  @formatted_debug_info = args[:formatted_debug_info] if args.key?(:formatted_debug_info)
end