Skip to content

Commit 65068d2

Browse files
renamed IsArchived to Archived
1 parent 269a57a commit 65068d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/Models/Database/Database.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ public class Database : IObject
4141
/// The archived status of the database.
4242
/// </summary>
4343
[JsonProperty("archived")]
44-
public bool IsArchived { get; set; }
44+
public bool Archived { get; set; }
4545
}
4646
}

0 commit comments

Comments
 (0)