Class GoogleAppsScriptTypeAddOnEntryPoint
An add-on entry point.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class GoogleAppsScriptTypeAddOnEntryPoint : IDirectResponseSchema
Properties
AddOnType
The add-on's required list of supported container types.
Declaration
[JsonProperty("addOnType")]
public virtual string AddOnType { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
The add-on's optional description.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HelpUrl
The add-on's optional help URL.
Declaration
[JsonProperty("helpUrl")]
public virtual string HelpUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
PostInstallTipUrl
The add-on's required post install tip URL.
Declaration
[JsonProperty("postInstallTipUrl")]
public virtual string PostInstallTipUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportIssueUrl
The add-on's optional report issue URL.
Declaration
[JsonProperty("reportIssueUrl")]
public virtual string ReportIssueUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The add-on's required title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |