Class ListActionTriggerBindingsRequestParameters
- Namespace
- Auth0.ManagementApi.Actions.Triggers
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListActionTriggerBindingsRequestParameters : IEquatable<ListActionTriggerBindingsRequestParameters>
- Inheritance
-
ListActionTriggerBindingsRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
Page
Use this field to request a specific page of the list results.
[JsonIgnore]
public Optional<int?> Page { get; set; }
Property Value
PerPage
The maximum number of results to be returned in a single request. 20 by default
[JsonIgnore]
public Optional<int?> PerPage { 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.