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

Commit 8ad2139

Browse files
committed
Switch to camel casing.
1 parent 683421e commit 8ad2139

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DigitalOcean.API/Models/Requests/CdnEndpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class CdnEndpoint {
1313
/// The amount of time the content is cached by the CDN's edge servers in seconds. Defaults to 3600 (one hour) when excluded.
1414
/// </summary>
1515
[JsonProperty("ttl")]
16-
public int? TTL { get; set; }
16+
public int? Ttl { get; set; }
1717

1818
/// <summary>
1919
/// The ID of a DigitalOcean managed TLS certificate used for SSL when a custom subdomain is provided.

DigitalOcean.API/Models/Responses/CdnEndpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class CdnEndpoint {
2626
/// <summary>
2727
/// The amount of time the content is cached by the CDN's edge servers in seconds.
2828
/// </summary>
29-
public int TTL { get; set; }
29+
public int Ttl { get; set; }
3030

3131
/// <summary>
3232
/// The ID of a DigitalOcean managed TLS certificate used for SSL when a custom subdomain is provided.

0 commit comments

Comments
 (0)