Table of Contents

Class ReminderProcedures.ReminderUpdateResponse

Namespace
The.Search
Assembly
Instagile.dll
[MessagePackObject(false)]
public record ReminderProcedures.ReminderUpdateResponse : IEquatable<ReminderProcedures.ReminderUpdateResponse>
Inheritance
ReminderProcedures.ReminderUpdateResponse
Implements
Inherited Members

Constructors

ReminderUpdateResponse((string Name, int Count)[])

public ReminderUpdateResponse((string Name, int Count)[] Updates)

Parameters

Updates (string Name, int Count)[]

Properties

Updates

[Key(0)]
public (string Name, int Count)[] Updates { get; init; }

Property Value

(string Name, int Count)[]