Table of Contents

Class GetActionModuleActionsResponseContent

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

Properties

Actions

A list of action references.

[JsonPropertyName("actions")]
public IEnumerable<ActionModuleAction>? Actions { get; set; }

Property Value

IEnumerable<ActionModuleAction>

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

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 actions using this module.

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