DeviceMinutes

Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.

Types

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

Properties

Link copied to clipboard

When specified, represents only the sum of metered minutes used by the resource to run tests.

Link copied to clipboard

When specified, represents the total minutes used by the resource to run tests.

Link copied to clipboard

When specified, represents only the sum of unmetered minutes used by the resource to run tests.

Functions

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