Table of Contents

Class GetActionModuleVersionsRequestParameters

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

Properties

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 maximum number of results to be returned by the server in a single response. 20 by default.

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