TimeSpanArgs

data class TimeSpanArgs(val end: Output<String>? = null, val start: Output<String>? = null) : ConvertibleToJava<TimeSpanArgs>

The time span with start and end properties.

Constructors

Link copied to clipboard
constructor(end: Output<String>? = null, start: Output<String>? = null)

Properties

Link copied to clipboard
val end: Output<String>? = null

The end of a time span

Link copied to clipboard
val start: Output<String>? = null

The start of a time span

Functions

Link copied to clipboard
open override fun toJava(): TimeSpanArgs