Class: Google::Apis::CloudsearchV1::ResponseDebugInfo

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 response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResponseDebugInfo

Returns a new instance of ResponseDebugInfo.



3965
3966
3967
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3965

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)


3963
3964
3965
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3963

def formatted_debug_info
  @formatted_debug_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3970
3971
3972
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3970

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