google_api_script v0.3.0 GoogleApi.Script.V1.Model.EntryPoint View Source

A configuration that defines how a deployment is accessed externally.

Attributes

  • addOn (GoogleAppsScriptTypeAddOnEntryPoint): Add-on properties. Defaults to: null.
  • entryPointType (String.t): The type of the entry point. Defaults to: null.

    • Enum - one of [ENTRY_POINT_TYPE_UNSPECIFIED, WEB_APP, EXECUTION_API, ADD_ON]
  • executionApi (GoogleAppsScriptTypeExecutionApiEntryPoint): An entry point specification for Apps Script API execution calls. Defaults to: null.
  • webApp (GoogleAppsScriptTypeWebAppEntryPoint): An entry point specification for web apps. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.