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 type
t()
View Source
t()
View Source
t() :: %GoogleApi.Script.V1.Model.EntryPoint{
addOn: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeAddOnEntryPoint.t(),
entryPointType: any(),
executionApi:
GoogleApi.Script.V1.Model.GoogleAppsScriptTypeExecutionApiEntryPoint.t(),
webApp: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeWebAppEntryPoint.t()
}
t() :: %GoogleApi.Script.V1.Model.EntryPoint{ addOn: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeAddOnEntryPoint.t(), entryPointType: any(), executionApi: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeExecutionApiEntryPoint.t(), webApp: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeWebAppEntryPoint.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.