TimePeriod

Specifies a date range for retrieving efficiency metrics. The start date is inclusive and the end date is exclusive.

Types

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

Properties

Link copied to clipboard
val end: String

The end of the time period (exclusive). Specify the date in ISO 8601 format, such as 2024-12-31.

Link copied to clipboard

The beginning of the time period (inclusive). Specify the date in ISO 8601 format, such as 2024-01-01.

Functions

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