Class ActionDependency
- Namespace
- Auth0.ManagementApi.Models.Actions
- Assembly
- Auth0.ManagementApi.dll
Represent an npm dependency for an action or an action's version.
public class ActionDependency
- Inheritance
-
ActionDependency
- Inherited Members
Properties
Name
The name of the npm module, e.g. 'lodash'
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Version
The version of the npm module, e.g. '4.17.1'
[JsonProperty("version")]
public string Version { get; set; }