class Google::Apis::CloudsearchV1::ResetSearchApplicationRequest

Attributes

debug_options[RW]

Shared request debug options for all cloudsearch RPC methods. Corresponds to the JSON property `debugOptions` @return [Google::Apis::CloudsearchV1::DebugOptions]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 3644
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 3649
def update!(**args)
  @debug_options = args[:debug_options] if args.key?(:debug_options)
end