Class UpdateActionBindingsRequestContent
- Namespace
- Auth0.ManagementApi.Actions.Triggers
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateActionBindingsRequestContent : IEquatable<UpdateActionBindingsRequestContent>
- Inheritance
-
UpdateActionBindingsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Bindings
The actions that will be bound to this trigger. The order in which they are included will be the order in which they are executed.
[JsonPropertyName("bindings")]
public IEnumerable<ActionBindingWithRef>? Bindings { 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.