Get Configuration Key Plain Args
data class GetConfigurationKeyPlainArgs(val configurationStoreId: String, val key: String, val label: String? = null) : ConvertibleToJava<GetConfigurationKeyPlainArgs>
A collection of arguments for invoking getConfigurationKey.