google_api_app_engine v0.0.1 GoogleApi.AppEngine.V1.Model.Deployment View Source
Code and application artifacts used to deploy a version to App Engine.
Attributes
- container (ContainerInfo): The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment. Defaults to:
null
. - files (Map[String, FileInfo]): Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call. Defaults to:
null
. - zip (ZipInfo): The zip file for this deployment, if this is a zip deployment. Defaults to:
null
.