GoogleApi.Script.V1.Model.Metrics (google_api_script v0.19.0)
View SourceResource 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Script.V1.Model.Metrics{ activeUsers: [GoogleApi.Script.V1.Model.MetricsValue.t()] | nil, failedExecutions: [GoogleApi.Script.V1.Model.MetricsValue.t()] | nil, totalExecutions: [GoogleApi.Script.V1.Model.MetricsValue.t()] | nil }