Package Occurrence Args
data class PackageOccurrenceArgs(val license: Output<LicenseArgs>? = null, val location: Output<List<LocationArgs>>? = null) : ConvertibleToJava<PackageOccurrenceArgs>
Details on how a particular software package was installed on a system.
Constructors
Link copied to clipboard
fun PackageOccurrenceArgs(license: Output<LicenseArgs>? = null, location: Output<List<LocationArgs>>? = null)