Zip Deflate Read Settings Args
data class ZipDeflateReadSettingsArgs(val preserveZipFileNameAsFolder: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ZipDeflateReadSettingsArgs>
The ZipDeflate compression read settings.
Constructors
Link copied to clipboard
fun ZipDeflateReadSettingsArgs(preserveZipFileNameAsFolder: Output<Any>? = null, type: Output<String>)