Class GoogleAppsScriptTypeWebAppConfig
Web app entry point configuration.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class GoogleAppsScriptTypeWebAppConfig : IDirectResponseSchema
Properties
Access
Who has permission to run the web app.
Declaration
[JsonProperty("access")]
public virtual string Access { 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 |
ExecuteAs
Who to execute the web app as.
Declaration
[JsonProperty("executeAs")]
public virtual string ExecuteAs { get; set; }
Property Value
Type | Description |
---|---|
string |