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

A configuration that defines how a deployment is accessed externally.

Attributes

  • addOn (type: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeAddOnEntryPoint.t, default: nil) - Add-on properties.
  • entryPointType (type: String.t, default: nil) - The type of the entry point.
  • executionApi (type: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeExecutionApiEntryPoint.t, default: nil) - An entry point specification for Apps Script API execution calls.
  • webApp (type: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeWebAppEntryPoint.t, default: nil) - An entry point specification for web apps.

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.