ApiPropertiesArgs

data class ApiPropertiesArgs(val apiFreshnessTimeInMinutes: Output<Int>? = null) : ConvertibleToJava<ApiPropertiesArgs>

Api properties.

Constructors

Link copied to clipboard
constructor(apiFreshnessTimeInMinutes: Output<Int>? = null)

Properties

Link copied to clipboard
val apiFreshnessTimeInMinutes: Output<Int>? = null

Interval in minutes for which the weather data for the api needs to be refreshed.

Functions

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