Class GoogleAppsScriptTypeProcess
Representation of a single script process execution that was started from the script editor, a trigger, an
application, or using the Apps Script API. This is distinct from the Operation
resource, which only represents
executions started via the Apps Script API.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class GoogleAppsScriptTypeProcess : IDirectResponseSchema
Properties
Duration
Duration the execution spent executing.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FunctionName
Name of the function the started the execution.
Declaration
[JsonProperty("functionName")]
public virtual string FunctionName { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessStatus
The executions status.
Declaration
[JsonProperty("processStatus")]
public virtual string ProcessStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessType
The executions type.
Declaration
[JsonProperty("processType")]
public virtual string ProcessType { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectName
Name of the script being executed.
Declaration
[JsonProperty("projectName")]
public virtual string ProjectName { get; set; }
Property Value
Type | Description |
---|---|
string |
RuntimeVersion
Which version of maestro to use to execute the script.
Declaration
[JsonProperty("runtimeVersion")]
public virtual string RuntimeVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Time the execution started.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
UserAccessLevel
The executing users access level to the script.
Declaration
[JsonProperty("userAccessLevel")]
public virtual string UserAccessLevel { get; set; }
Property Value
Type | Description |
---|---|
string |