Show / Hide Table of Contents

Class OutdatedLibrary

Information reported for an outdated library.

Inheritance
System.Object
OutdatedLibrary
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 OutdatedLibrary : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LibraryName

The name of the outdated library.

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

Version

The version number.

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

Implements

IDirectResponseSchema
Back to top