NetworkPath

Information on the network path associated with a finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val steps: List<Step>?

The details on the steps in the network path.

Functions

Link copied to clipboard
inline fun copy(block: NetworkPath.Builder.() -> Unit = {}): NetworkPath
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String