google_api_script v0.15.1 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
Specs
t() :: %GoogleApi.Script.V1.Model.EntryPoint{ addOn: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeAddOnEntryPoint.t(), entryPointType: String.t(), executionApi: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeExecutionApiEntryPoint.t(), webApp: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeWebAppEntryPoint.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.