Class: Google::Apis::CloudsearchV1::ResetSearchApplicationRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResetSearchApplicationRequest

Returns a new instance of ResetSearchApplicationRequest.



16714
16715
16716
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16714

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

Instance Attribute Details

#debug_optionsGoogle::Apis::CloudsearchV1::DebugOptions

Shared request debug options for all cloudsearch RPC methods. Corresponds to the JSON property debugOptions



16712
16713
16714
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16712

def debug_options
  @debug_options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16719
16720
16721
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16719

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