class Google::Apis::WebsecurityscannerV1::Form
! Information about a vulnerability with an HTML.
Attributes
action_uri[RW]
! The URI where to send the form when it's submitted. Corresponds to the JSON property `actionUri` @return [String]
fields[RW]
! The names of form fields related to the vulnerability. Corresponds to the JSON property `fields` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/websecurityscanner_v1/classes.rb, line 306 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_v1/classes.rb, line 311 def update!(**args) @action_uri = args[:action_uri] if args.key?(:action_uri) @fields = args[:fields] if args.key?(:fields) end