GoogleApi.Script.V1.Model.EntryPoint (google_api_script v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Script.V1.Model.EntryPoint{
  addOn:
    GoogleApi.Script.V1.Model.GoogleAppsScriptTypeAddOnEntryPoint.t() | nil,
  entryPointType: String.t() | nil,
  executionApi:
    GoogleApi.Script.V1.Model.GoogleAppsScriptTypeExecutionApiEntryPoint.t()
    | nil,
  webApp:
    GoogleApi.Script.V1.Model.GoogleAppsScriptTypeWebAppEntryPoint.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.