Table of Contents

Class ListActionBindingsPaginatedResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Bindings

The list of actions that are bound to this trigger in the order in which they will be executed.

[JsonPropertyName("bindings")]
public IEnumerable<ActionBinding>? Bindings { get; set; }

Property Value

IEnumerable<ActionBinding>

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?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.