Class GoogleAppsScriptTypeExecutionApiConfig
API executable entry point configuration.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class GoogleAppsScriptTypeExecutionApiConfig : IDirectResponseSchema
Properties
Access
Who has permission to run the API executable.
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 |