Show / Hide Table of Contents

Class EntryPoint

A configuration that defines how a deployment is accessed externally.

Inheritance
object
EntryPoint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX