Class: Google::Apis::WebsecurityscannerV1beta::ScanRunWarningTrace

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/websecurityscanner_v1beta/classes.rb,
lib/google/apis/websecurityscanner_v1beta/representations.rb,
lib/google/apis/websecurityscanner_v1beta/representations.rb

Overview

Output only. Defines a warning trace message for ScanRun. Warning traces provide customers with useful information that helps make the scanning process more effective.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ScanRunWarningTrace

Returns a new instance of ScanRunWarningTrace.



848
849
850
# File 'lib/google/apis/websecurityscanner_v1beta/classes.rb', line 848

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

Instance Attribute Details

#codeString

Indicates the warning code. Corresponds to the JSON property code

Returns:

  • (String)


846
847
848
# File 'lib/google/apis/websecurityscanner_v1beta/classes.rb', line 846

def code
  @code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



853
854
855
# File 'lib/google/apis/websecurityscanner_v1beta/classes.rb', line 853

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