class Google::Apis::WebsecurityscannerV1alpha::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_v1alpha/classes.rb, line 748
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_v1alpha/classes.rb, line 753
def update!(**args)
  @parameter_names = args[:parameter_names] if args.key?(:parameter_names)
end