Show / Hide Table of Contents

Class Metrics

Resource containing usage stats for a given script, based on the supplied filter and mask present in the request.

Inheritance
object
Metrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX