Class ListActionVersionsPaginatedResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListActionVersionsPaginatedResponseContent : IJsonOnDeserialized, IEquatable<ListActionVersionsPaginatedResponseContent>
- Inheritance
-
ListActionVersionsPaginatedResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Page
Page index of the results being returned. First page is 0.
[JsonPropertyName("page")]
public double? Page { get; set; }
Property Value
PerPage
Number of results per page.
[JsonPropertyName("per_page")]
public double? PerPage { get; set; }
Property Value
Total
The total result count.
[JsonPropertyName("total")]
public double? Total { get; set; }
Property Value
Versions
[JsonPropertyName("versions")]
public IEnumerable<ActionVersion>? Versions { 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.