Table of Contents

Class WebhookRejectionPage

Namespace
FlowOrchestrator.Core.Storage
Assembly
FlowOrchestrator.Core.dll
public sealed record WebhookRejectionPage : IEquatable<WebhookRejectionPage>
Inheritance
WebhookRejectionPage
Implements
Inherited Members

Constructors

WebhookRejectionPage(IReadOnlyList<WebhookRejectionRecord>, int)

public WebhookRejectionPage(IReadOnlyList<WebhookRejectionRecord> Items, int Total)

Parameters

Items IReadOnlyList<WebhookRejectionRecord>

Rows for the current page (already filtered + paged).

Total int

Total row count matching the filter, before pagination.

Properties

Items

Rows for the current page (already filtered + paged).

public IReadOnlyList<WebhookRejectionRecord> Items { get; init; }

Property Value

IReadOnlyList<WebhookRejectionRecord>

Total

Total row count matching the filter, before pagination.

public int Total { get; init; }

Property Value

int