FlywheelFilter

Filter the flywheels based on creation time or flywheel status.

Types

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

Properties

Link copied to clipboard

Filter the flywheels to include flywheels created after the specified time.

Link copied to clipboard

Filter the flywheels to include flywheels created before the specified time.

Link copied to clipboard

Filter the flywheels based on the flywheel status.

Functions

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