Class ListActionVersionsRequestParameters
- Namespace
- Auth0.ManagementApi.Actions
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListActionVersionsRequestParameters : IEquatable<ListActionVersionsRequestParameters>
- Inheritance
-
ListActionVersionsRequestParameters
- 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
This field specify the maximum number of results to be returned by the server. 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.