EnergyServicePropertiesArgs

data class EnergyServicePropertiesArgs(val authAppId: Output<String>? = null, val dataPartitionNames: Output<List<DataPartitionNamesArgs>>? = null) : ConvertibleToJava<EnergyServicePropertiesArgs>

Constructors

Link copied to clipboard
fun EnergyServicePropertiesArgs(authAppId: Output<String>? = null, dataPartitionNames: Output<List<DataPartitionNamesArgs>>? = null)

Functions

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

Properties

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