Class ZipInfo (1.0.2)

ZipInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The zip file information for a zip deployment. .. attribute:: source_url

URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com/<bucket>/<object>'.

:type: str

Attribute

NameDescription
files_count int
An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.