Class: Google::Apis::CloudsearchV1::ResultDebugInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResultDebugInfo

Returns a new instance of ResultDebugInfo.



4453
4454
4455
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4453

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#formatted_debug_infoString

General debug info formatted for display. Corresponds to the JSON property formattedDebugInfo

Returns:

  • (String)


4451
4452
4453
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4451

def formatted_debug_info
  @formatted_debug_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4458
4459
4460
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 4458

def update!(**args)
  @formatted_debug_info = args[:formatted_debug_info] if args.key?(:formatted_debug_info)
end