Energy Service Properties Args
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)