Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickCommonDebugInfo

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

Container of debugging information in all object levels. Extend as needed.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseTopazSidekickCommonDebugInfo

Returns a new instance of EnterpriseTopazSidekickCommonDebugInfo.



1780
1781
1782
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1780

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

Instance Attribute Details

#messageString

Debug message. Corresponds to the JSON property message

Returns:

  • (String)


1778
1779
1780
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1778

def message
  @message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1785
1786
1787
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1785

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