GoogleAppsScriptTypeAddOnEntryPoint class

An add-on entry point.

Constructors

GoogleAppsScriptTypeAddOnEntryPoint({String? addOnType, String? description, String? helpUrl, String? postInstallTipUrl, String? reportIssueUrl, String? title})
GoogleAppsScriptTypeAddOnEntryPoint.fromJson(Map json_)

Properties

addOnType ↔ String?
The add-on's required list of supported container types. Possible string values are:
getter/setter pair
description ↔ String?
The add-on's optional description.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
helpUrl ↔ String?
The add-on's optional help URL.
getter/setter pair
postInstallTipUrl ↔ String?
The add-on's required post install tip URL.
getter/setter pair
reportIssueUrl ↔ String?
The add-on's optional report issue URL.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
title ↔ String?
The add-on's required title.
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