zrhoffman commented on code in PR #2:
URL: 
https://github.com/apache/trafficcontrol-trafficops-types/pull/2#discussion_r1108718969


##########
src/cdn.ts:
##########
@@ -26,17 +26,19 @@ export interface RequestCDN {
        domainName:    string;
        /** The name of the CDN. */
        name:          string;
+       /**
+        * A TTL (Time To Live) value, in seconds, that, if set, overrides all 
set
+        * TTL values on Delivery Services in this CDN.
+        */
+       ttlOverride?: number | null;

Review Comment:
   made it non-nullable, I mean



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to