Note

class Note

A user-defined note added to a finding.

Types

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

Properties

Link copied to clipboard
val text: String?

The text of a note.

Link copied to clipboard

The timestamp of when the note was updated.

Link copied to clipboard

The principal that created a note.

Functions

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