Archive Package Source Properties Args
    data class ArchivePackageSourcePropertiesArgs(val type: Output<Either<String, PackageSourceType>>? = null, val url: Output<String>? = null) : ConvertibleToJava<ArchivePackageSourcePropertiesArgs> 
The properties of the archive package source.
Constructors
Link copied to clipboard
                fun ArchivePackageSourcePropertiesArgs(type: Output<Either<String, PackageSourceType>>? = null, url: Output<String>? = null)