GetConfigurationKeysPlainArgs

data class GetConfigurationKeysPlainArgs(val configurationStoreId: String, val key: String? = null, val label: String? = null) : ConvertibleToJava<GetConfigurationKeysPlainArgs>

A collection of arguments for invoking getConfigurationKeys.

Constructors

Link copied to clipboard
constructor(configurationStoreId: String, key: String? = null, label: String? = null)

Properties

Link copied to clipboard

Specifies the id of the App Configuration.

Link copied to clipboard
val key: String? = null

The name of the App Configuration Keys to look up.

Link copied to clipboard
val label: String? = null

The label of the App Configuration Keys tp look up.

Functions

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