Auth0.Entity.ActionExecution.Result.Response.Stats (Auth0Api v1.4.0) View Source

Documentation for entity of ActionExecution Result.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.ActionExecution.Result.Response.Stats{
  action_duration_ms: integer(),
  boot_duration_ms: integer(),
  network_duration_ms: integer(),
  runtime_external_call_duration_ms: integer(),
  runtime_processing_duration_ms: integer(),
  total_request_duration_ms: integer(),
  total_runtime_execution_duration_ms: integer()
}

Link to this section Functions

Specs

from(map()) :: t()