Table of Contents

Class ListNetworkAclsRequestParameters

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record ListNetworkAclsRequestParameters : IEquatable<ListNetworkAclsRequestParameters>
Inheritance
ListNetworkAclsRequestParameters
Implements
Inherited Members
Extension Methods

Properties

IncludeTotals

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

[JsonIgnore]
public Optional<bool?> IncludeTotals { get; set; }

Property Value

Optional<bool?>

Page

Use this field to request a specific page of the list results.

[JsonIgnore]
public Optional<int?> Page { get; set; }

Property Value

Optional<int?>

PerPage

The amount of results per page.

[JsonIgnore]
public Optional<int?> PerPage { get; set; }

Property Value

Optional<int?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.