Auth0.Entity.ActionVersion (Auth0Api v1.4.0) View Source
Documentation for entity of ActionVersion.
Link to this section Summary
Link to this section Types
Specs
t() :: %Auth0.Entity.ActionVersion{
action: Auth0.Entity.Action.t(),
action_id: String.t(),
build_time: String.t(),
built_at: String.t(),
code: String.t(),
created_at: String.t(),
dependencies: [Auth0.Entity.ActionVersion.Dependency.t()],
deployed: boolean(),
errors: [map()],
id: String.t(),
number: integer(),
runtime: String.t(),
secrets: [Auth0.Entity.ActionVersion.Secret.t()],
status: String.t(),
updated_at: String.t()
}