Table of Contents

Class ListFlowsRequestParameters

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

Properties

Hydrate

hydration param

[JsonIgnore]
public IEnumerable<ListFlowsRequestParametersHydrateEnum?> Hydrate { get; set; }

Property Value

IEnumerable<ListFlowsRequestParametersHydrateEnum?>

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

Page index of the results to return. First page is 0.

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

Property Value

Optional<int?>

PerPage

Number of results per page. Defaults to 50.

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

Property Value

Optional<int?>

Synchronous

flag to filter by sync/async flows

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

Property Value

Optional<bool?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.