View Source GoogleApi.AppEngine.V1.Model.ZipInfo (google_api_app_engine v0.42.0)

The zip file information for a zip deployment.

Attributes

  • filesCount (type: integer(), default: nil) - 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.
  • sourceUrl (type: String.t, default: nil) - 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//'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.ZipInfo{
  filesCount: integer() | nil,
  sourceUrl: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.