You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Flowdock flow name to which MongoDB Cloud sends alert notifications. This name appears after the organization name in the Uniform Resource Locator (URL) path: 'www.flowdock.com/app/<organization-name>/<flow-name>'. The resource requires this parameter when '"notifications.typeName" : "FLOWDOCK"'.
284
-
*
285
-
* @schema NotificationView#FlowName
286
-
*/
287
-
readonlyflowName?: string;
288
-
289
-
/**
290
-
* Flowdock API token that MongoDB Cloud needs to send alert notifications to Flowdock. The resource requires this parameter when '"notifications.typeName" : "FLOWDOCK"'. If the token later becomes invalid, MongoDB Cloud sends an email to the project owners. If the token remains invalid, MongoDB Cloud removes the token.
291
-
*
292
-
* @schema NotificationView#FlowdockApiToken
293
-
*/
294
-
readonlyflowdockApiToken?: string;
295
-
296
274
/**
297
275
* Number of minutes to wait between successive notifications. MongoDB Cloud sends notifications until someone acknowledges the unacknowledged alert.
298
276
*
@@ -458,8 +436,6 @@ export function toJson_NotificationView(
0 commit comments