Table of Contents

Class ActionExecutionResult

Namespace
Auth0.ManagementApi.Models.Actions
Assembly
Auth0.ManagementApi.dll

Captures the results of a single action being executed.

public class ActionExecutionResult
Inheritance
ActionExecutionResult
Inherited Members

Properties

ActionName

The name of the action that was executed.

[JsonProperty("action_name")]
public string ActionName { get; set; }

Property Value

string

EndedAt

The time when the action finished executing.

[JsonProperty("ended_at")]
public DateTime EndedAt { get; set; }

Property Value

DateTime

StartedAt

The time when the action was started.

[JsonProperty("started_at")]
public DateTime StartedAt { get; set; }

Property Value

DateTime