Show / Hide Table of Contents

Class Form

! Information about a vulnerability with an HTML.

Inheritance
System.Object
Form
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
Back to top