class Google::Apis::WebsecurityscannerV1beta::ScanRunWarningTrace
Output only. Defines a warning trace message for ScanRun
. Warning traces provide customers with useful information that helps make the scanning process more effective.
Attributes
code[RW]
Indicates the warning code. Corresponds to the JSON property `code` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/websecurityscanner_v1beta/classes.rb, line 843 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/websecurityscanner_v1beta/classes.rb, line 848 def update!(**args) @code = args[:code] if args.key?(:code) end