ValidationOutput

Contains validation output.

Types

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

Properties

Link copied to clipboard

The output from validating an application.

Link copied to clipboard

The latest time that the validation was performed.

Link copied to clipboard
val name: String?

The name of the validation.

Link copied to clipboard

The output from validation an instance.

Link copied to clipboard

The status of the validation.

Link copied to clipboard

The status message.

Link copied to clipboard

The ID of the validation.

Functions

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