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


##########
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;

Review Comment:
   * Reverted making `ResponseCDN` extend `RequestCDN` in da46bce8f9
   * Make ttlOverride nullable in requests but optional in responses in 
f778ad65b1



-- 
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