Zip Info Args
data class ZipInfoArgs(val filesCount: Output<Int>? = null, val sourceUrl: Output<String>? = null) : ConvertibleToJava<ZipInfoArgs>
The zip file information for a zip deployment.
The zip file information for a zip deployment.