public sealed class Form : IMessage<Form>, IEquatable<Form>, IDeepCloneable<Form>, IBufferMessage, IMessageReference documentation and code samples for the Web Security Scanner v1 API class Form.
! Information about a vulnerability with an HTML.
Namespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
Form()
public Form()Form(Form)
public Form(Form other)| Parameter | |
|---|---|
| Name | Description |
other |
Form |
Properties
ActionUri
public string ActionUri { get; set; }! The URI where to send the form when it's submitted.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Fields
public RepeatedField<string> Fields { get; }! The names of form fields related to the vulnerability.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|