ExecutionRequest class

A request to run the function in a script.

The script is identified by the specified script_id. Executing a function on a script returns results based on the implementation of the script.

Constructors

ExecutionRequest({bool? devMode, String? function, List<Object?>? parameters, String? sessionState})
ExecutionRequest.fromJson(Map json_)

Properties

devMode bool?
If true and the user is an owner of the script, the script runs at the most recently saved version rather than the version deployed for use with the Apps Script API.
getter/setter pair
function String?
The name of the function to execute in the given script.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parameters List<Object?>?
The parameters to be passed to the function being executed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionState String?
Deprecated.
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