Show / Hide Table of Contents

Class OutdatedLibrary

Information reported for an outdated library.

Inheritance
object
OutdatedLibrary
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.v1alpha.Data
Assembly: Google.Apis.WebSecurityScanner.v1alpha.dll
Syntax
public class OutdatedLibrary : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LearnMoreUrls

URLs to learn more information about the vulnerabilities in the library.

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

LibraryName

The name of the outdated library.

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

Version

The version number.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX