string (Timestamp format) Last modified date time stamp.A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
entryPoints[]
object (EntryPoint) The deployment's entry points.
DeploymentConfig
Metadata the defines how a deployment is configured.
integer The version number on which this deployment is based.
manifestFileName
string The manifest file name for this deployment.
description
string The description for this deployment.
EntryPoint
A configuration that defines how a deployment is accessed externally.
JSON representation
{ "entryPointType": enum (EntryPointType), // Union field properties can be only one of the following: "webApp": { object (WebAppEntryPoint) }, "executionApi": { object (ExecutionApiEntryPoint) }, "addOn": { object (AddOnEntryPoint) } // End of list of possible types for union field properties. }
enum (AddOnType) The add-on's required list of supported container types.
title
string The add-on's required title.
description
string The add-on's optional description.
helpUrl
string The add-on's optional help URL.
reportIssueUrl
string The add-on's optional report issue URL.
postInstallTipUrl
string The add-on's required post install tip URL.
AddOnType
AddType defines which category of add-ons a host application handles. Each add-on type has a section of the script manifest that is used when deploying or executing an add-on of the given type.