google_api_script v0.3.0 GoogleApi.Script.V1.Model.Metrics View Source
Resource containing usage stats for a given script, based on the supplied filter and mask present in the request.
Attributes
- activeUsers ([MetricsValue]): Number of active users. Defaults to:
null
. - failedExecutions ([MetricsValue]): Number of failed executions. Defaults to:
null
. - totalExecutions ([MetricsValue]): Number of total executions. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Script.V1.Model.Metrics{
activeUsers: [GoogleApi.Script.V1.Model.MetricsValue.t()],
failedExecutions: [GoogleApi.Script.V1.Model.MetricsValue.t()],
totalExecutions: [GoogleApi.Script.V1.Model.MetricsValue.t()]
}
t() :: %GoogleApi.Script.V1.Model.Metrics{ activeUsers: [GoogleApi.Script.V1.Model.MetricsValue.t()], failedExecutions: [GoogleApi.Script.V1.Model.MetricsValue.t()], totalExecutions: [GoogleApi.Script.V1.Model.MetricsValue.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.