GoogleApi.Script.V1.Model.Metrics (google_api_script v0.16.0) 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
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.