Class ActionModuleDependency
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ActionModuleDependency : IJsonOnDeserialized, IEquatable<ActionModuleDependency>
- Inheritance
-
ActionModuleDependency
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Name
The name of the npm dependency.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Version
The version of the npm dependency.
[JsonPropertyName("version")]
public string? Version { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.