Table of Contents

Class ListActionVersionsPaginatedResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Page

Page index of the results being returned. First page is 0.

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

Property Value

double?

PerPage

Number of results per page.

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

Property Value

double?

Total

The total result count.

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

Property Value

double?

Versions

[JsonPropertyName("versions")]
public IEnumerable<ActionVersion>? Versions { get; set; }

Property Value

IEnumerable<ActionVersion>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.