Class ActionError
- Namespace
- Auth0.ManagementApi.Models.Actions
- Assembly
- Auth0.ManagementApi.dll
public class ActionError- Inheritance
- 
      
      ActionError
- Inherited Members
Properties
Id
[JsonProperty("id")]
public string Id { get; set; }Property Value
Message
[JsonProperty("msg")]
public string Message { get; set; }Property Value
Url
[JsonProperty("url")]
public string Url { get; set; }