Class: Google::Apis::WebsecurityscannerV1beta::ScanRunWarningTrace
- Inherits:
-
Object
- Object
- Google::Apis::WebsecurityscannerV1beta::ScanRunWarningTrace
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/websecurityscanner_v1beta/classes.rb,
generated/google/apis/websecurityscanner_v1beta/representations.rb,
generated/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
-
#code ⇒ String
Indicates the warning code.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ScanRunWarningTrace
constructor
A new instance of ScanRunWarningTrace.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ScanRunWarningTrace
Returns a new instance of ScanRunWarningTrace.
836 837 838 |
# File 'generated/google/apis/websecurityscanner_v1beta/classes.rb', line 836 def initialize(**args) update!(**args) end |
Instance Attribute Details
#code ⇒ String
Indicates the warning code.
Corresponds to the JSON property code
834 835 836 |
# File 'generated/google/apis/websecurityscanner_v1beta/classes.rb', line 834 def code @code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
841 842 843 |
# File 'generated/google/apis/websecurityscanner_v1beta/classes.rb', line 841 def update!(**args) @code = args[:code] if args.key?(:code) end |