Class GoogleAppsScriptTypeFunction
Represents a function in a script project.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class GoogleAppsScriptTypeFunction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The function name in the script project.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
The ordered list of parameter names of the function in the script project.
Declaration
[JsonProperty("parameters")]
public virtual IList<string> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |