Class RoboScriptExecution
Execution stats for a user-provided Robo script.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class RoboScriptExecution : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SuccessfulActions
The number of Robo script actions executed successfully.
Declaration
[JsonProperty("successfulActions")]
public virtual int? SuccessfulActions { get; set; }
Property Value
Type | Description |
---|---|
int? |
TotalActions
The total number of actions in the Robo script.
Declaration
[JsonProperty("totalActions")]
public virtual int? TotalActions { get; set; }
Property Value
Type | Description |
---|---|
int? |