We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d679784 commit 2653bbcCopy full SHA for 2653bbc
1 file changed
Packages/Federation.Sdk.Contracts/Source/Payloads/Realm/RealmFetchParameters.cs
@@ -3,9 +3,7 @@ namespace HttpsRichardy.Federation.Sdk.Contracts.Payloads.Realm;
3
public sealed record RealmFetchParameters
4
{
5
public string? Id { get; init; }
6
-
7
public string? Name { get; init; }
8
- public string? ClientId { get; init; }
9
public bool? IncludeDeleted { get; init; }
10
11
public int PageNumber { get; init; } = 1;
0 commit comments