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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ResponseDebugInfo

Returns a new instance of ResponseDebugInfo



3411
3412
3413
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3411

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)


3409
3410
3411
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3409

def formatted_debug_info
  @formatted_debug_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3416
3417
3418
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3416

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