FuotaTaskArgs

fun FuotaTaskArgs(associateMulticastGroup: Output<String>? = null, associateWirelessDevice: Output<String>? = null, description: Output<String>? = null, disassociateMulticastGroup: Output<String>? = null, disassociateWirelessDevice: Output<String>? = null, firmwareUpdateImage: Output<String>? = null, firmwareUpdateRole: Output<String>? = null, loRaWan: Output<FuotaTaskLoRaWanArgs>? = null, name: Output<String>? = null, tags: Output<List<FuotaTaskTagArgs>>? = null)