Class Form (2.0.0)

public sealed class Form : IMessage<Form>, IEquatable<Form>, IDeepCloneable<Form>, IBufferMessage, IMessage

! Information about a vulnerability with an HTML.

Inheritance

Object > Form

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

Form()

public Form()

Form(Form)

public Form(Form other)
Parameter
NameDescription
otherForm

Properties

ActionUri

public string ActionUri { get; set; }

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

Property Value
TypeDescription
String

Fields

public RepeatedField<string> Fields { get; }

! The names of form fields related to the vulnerability.

Property Value
TypeDescription
RepeatedField<String>