EnergyServicePropertiesArgs

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

Constructors

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

Properties

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

Functions

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