Table of Contents

Class GetActionModuleActionsRequestParameters

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

Properties

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.

[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.