Class EntryPoint
A configuration that defines how a deployment is accessed externally.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class EntryPoint : IDirectResponseSchema
Properties
AddOn
Add-on properties.
Declaration
[JsonProperty("addOn")]
public virtual GoogleAppsScriptTypeAddOnEntryPoint AddOn { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsScriptTypeAddOnEntryPoint |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntryPointType
The type of the entry point.
Declaration
[JsonProperty("entryPointType")]
public virtual string EntryPointType { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionApi
An entry point specification for Apps Script API execution calls.
Declaration
[JsonProperty("executionApi")]
public virtual GoogleAppsScriptTypeExecutionApiEntryPoint ExecutionApi { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsScriptTypeExecutionApiEntryPoint |
WebApp
An entry point specification for web apps.
Declaration
[JsonProperty("webApp")]
public virtual GoogleAppsScriptTypeWebAppEntryPoint WebApp { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsScriptTypeWebAppEntryPoint |