Class Metrics
Resource containing usage stats for a given script, based on the supplied filter and mask present in the request.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class Metrics : IDirectResponseSchema
Properties
ActiveUsers
Number of active users.
Declaration
[JsonProperty("activeUsers")]
public virtual IList<MetricsValue> ActiveUsers { get; set; }
Property Value
Type | Description |
---|---|
IList<MetricsValue> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedExecutions
Number of failed executions.
Declaration
[JsonProperty("failedExecutions")]
public virtual IList<MetricsValue> FailedExecutions { get; set; }
Property Value
Type | Description |
---|---|
IList<MetricsValue> |
TotalExecutions
Number of total executions.
Declaration
[JsonProperty("totalExecutions")]
public virtual IList<MetricsValue> TotalExecutions { get; set; }
Property Value
Type | Description |
---|---|
IList<MetricsValue> |