PatchStatus

Information about the approval status of a patch.

Types

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

Properties

Link copied to clipboard

The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).

Link copied to clipboard

The compliance severity level for a patch.

Link copied to clipboard

The approval status of a patch.

Functions

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