Installation Args
data class InstallationArgs(val license: Output<LicenseArgs>? = null, val location: Output<List<LocationArgs>>? = null) : ConvertibleToJava<InstallationArgs>
This represents how a particular software package may be installed on a system.
Constructors
Link copied to clipboard
fun InstallationArgs(license: Output<LicenseArgs>? = null, location: Output<List<LocationArgs>>? = null)