Class ActionTriggerCompatibleTrigger
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ActionTriggerCompatibleTrigger : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ActionTriggerCompatibleTrigger>
- Inheritance
-
ActionTriggerCompatibleTrigger
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Id
[JsonPropertyName("id")]
public required ActionTriggerTypeEnum Id { get; set; }
Property Value
Version
The version of a trigger. v1, v2, etc.
[JsonPropertyName("version")]
public required 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.