type property

String? type
getter/setter pair

The type of the file. Possible string values are:

  • "ENUM_TYPE_UNSPECIFIED" : Undetermined file type; never actually used.
  • "SERVER_JS" : An Apps Script server-side code file.
  • "HTML" : A file containing client-side HTML.
  • "JSON" : A file in JSON format. This type is only used for the script project's manifest. The manifest file content must match the structure of a valid [ScriptManifest](/apps-script/concepts/manifests)

Implementation

core.String? type;