Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 0e8fc12

Browse files
committed
Switch to camel casing.
1 parent c4b7caf commit 0e8fc12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DigitalOcean.API/Models/Responses/Account.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Account {
1818
/// <summary>
1919
/// The unique universal identifier for the current user.
2020
/// </summary>
21-
public string UUID { get; set; }
21+
public string Uuid { get; set; }
2222

2323
/// <summary>
2424
/// If true, the user has verified their account via email. False otherwise.

DigitalOcean.API/Models/Responses/Project.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Project {
1010
/// <summary>
1111
/// The unique universal identifier of the project owner.
1212
/// </summary>
13-
public string OwnerUUID { get; set; }
13+
public string OwnerUuid { get; set; }
1414

1515
/// <summary>
1616
/// The integer id of the project owner.

0 commit comments

Comments
 (0)