Show / Hide Table of Contents

Class Form

! Information about a vulnerability with an HTML.

Inheritance
object
Form
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WebSecurityScanner.v1.Data
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class Form : IDirectResponseSchema

Properties

ActionUri

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

Declaration
[JsonProperty("actionUri")]
public virtual string ActionUri { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fields

! The names of form fields related to the vulnerability.

Declaration
[JsonProperty("fields")]
public virtual IList<string> Fields { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX