EntryPoint class

A configuration that defines how a deployment is accessed externally.

Properties

addOn ↔ GoogleAppsScriptTypeAddOnEntryPoint?
Add-on properties.
getter/setter pair
entryPointType ↔ String?
The type of the entry point. Possible string values are:
getter/setter pair
executionApi ↔ GoogleAppsScriptTypeExecutionApiEntryPoint?
An entry point specification for Apps Script API execution calls.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
webApp ↔ GoogleAppsScriptTypeWebAppEntryPoint?
An entry point specification for web apps.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited