AppMonitorSummary

A structure that includes some data about app monitors and their settings.

Types

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

Properties

Link copied to clipboard

The date and time that the app monitor was created.

Link copied to clipboard
val id: String?

The unique ID of this app monitor.

Link copied to clipboard

The date and time of the most recent changes to this app monitor's configuration.

Link copied to clipboard
val name: String?

The name of this app monitor.

Link copied to clipboard

The current state of this app monitor.

Functions

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