class Google::Apis::WebsecurityscannerV1beta::VulnerableParameters
Information about vulnerable request parameters.
Attributes
parameter_names[RW]
The vulnerable parameter names. Corresponds to the JSON property `parameterNames` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/websecurityscanner_v1beta/classes.rb, line 967 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 972 def update!(**args) @parameter_names = args[:parameter_names] if args.key?(:parameter_names) end