Table of Contents

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

IEnumerable<Action>

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Page

Page index of the results being returned. First page is 0.

[JsonPropertyName("page")]
public double? Page { get; set; }

Property Value

double?

PerPage

Number of results per page.

[JsonPropertyName("per_page")]
public double? PerPage { get; set; }

Property Value

double?

Total

The total result count.

[JsonPropertyName("total")]
public double? Total { get; set; }

Property Value

double?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.