Resource

class Resource

Details about the resource involved in a finding.

Types

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

Properties

Link copied to clipboard

An object that contains details about the resource involved in a finding.

Link copied to clipboard
val id: String?

The ID of the resource.

Link copied to clipboard

The tags attached to the resource.

Link copied to clipboard
val type: String?

The type of resource.

Functions

Link copied to clipboard
inline fun copy(block: Resource.Builder.() -> Unit = {}): Resource
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