Class GoogleAppsScriptTypeFunctionSet
A set of functions. No duplicates are permitted.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class GoogleAppsScriptTypeFunctionSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
A list of functions composing the set.
Declaration
[JsonProperty("values")]
public virtual IList<GoogleAppsScriptTypeFunction> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAppsScriptTypeFunction> |