Table of Contents

Class GetActionModulesResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Modules

A list of ActionsModule objects.

[JsonPropertyName("modules")]
public IEnumerable<ActionModuleListItem>? Modules { get; set; }

Property Value

IEnumerable<ActionModuleListItem>

Page

The page index of the returned results.

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

Property Value

int?

PerPage

The number of results requested per page.

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

Property Value

int?

Total

The total number of modules in the tenant.

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

Property Value

int?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.