Class Form (1.0.0)

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

! Information about a vulnerability with an HTML.

Inheritance

System.Object > Form

Implements

Google.Protobuf.IMessage<Form>, System.IEquatable<Form>, Google.Protobuf.IDeepCloneable<Form>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String

Fields

public RepeatedField<string> Fields { get; }

! The names of form fields related to the vulnerability.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<System.String>