Auth0.Entity.Jobs (Auth0Api v1.4.0) View Source

Documentation for entity of Jobs.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Jobs{
  connection: String.t(),
  connection_id: String.t(),
  created_at: String.t(),
  format: String.t(),
  id: String.t(),
  location: String.t(),
  percentage_done: integer(),
  status: String.t(),
  summary: Auth0.Entity.Jobs.Summary.t(),
  time_left_seconds: integer(),
  type: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()