google_api_script v0.10.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
(type:list(GoogleApi.Script.V1.Model.MetricsValue.t)
, default:nil
) - Number of active users.failedExecutions
(type:list(GoogleApi.Script.V1.Model.MetricsValue.t)
, default:nil
) - Number of failed executions.totalExecutions
(type:list(GoogleApi.Script.V1.Model.MetricsValue.t)
, default:nil
) - Number of total executions.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.