Class: Google::Cloud::WebSecurityScanner::V1beta::Form

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb

Overview

! Information about a vulnerability with an HTML.

Instance Attribute Summary collapse

Instance Attribute Details

#action_uri::String

Returns ! The URI where to send the form when it's submitted.

Returns:

  • (::String)

    ! The URI where to send the form when it's submitted.



31
32
33
34
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb', line 31

class Form
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#fields::Array<::String>

Returns ! The names of form fields related to the vulnerability.

Returns:

  • (::Array<::String>)

    ! The names of form fields related to the vulnerability.



31
32
33
34
# File 'proto_docs/google/cloud/websecurityscanner/v1beta/finding_addon.rb', line 31

class Form
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end