TimeFilter

A filter that can be used to list command executions for a device that started or completed before or after a particular date and time.

Types

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

Properties

Link copied to clipboard

Filter to display command executions that started or completed only after a particular date and time.

Link copied to clipboard

Filter to display command executions that started or completed only before a particular date and time.

Functions

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