Class ListActionsPaginatedResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListActionsPaginatedResponseContent : IJsonOnDeserialized, IEquatable<ListActionsPaginatedResponseContent>
- Inheritance
-
ListActionsPaginatedResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
Actions
The list of actions.
[JsonPropertyName("actions")]
public IEnumerable<Action>? Actions { get; set; }
Property Value
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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.