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
Copy file name to clipboardExpand all lines: azure-devops/azure/devops/v5_1/notification/models.py
+25-17Lines changed: 25 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -335,23 +335,23 @@ class INotificationDiagnosticLog(Model):
335
335
"""
336
336
Abstraction interface for the diagnostic log. Primarily for deserialization.
337
337
338
-
:param activity_id:
338
+
:param activity_id: Identifier used for correlating to other diagnostics that may have been recorded elsewhere.
339
339
:type activity_id: str
340
-
:param description:
340
+
:param description: Description of what subscription or notification job is being logged.
341
341
:type description: str
342
-
:param end_time:
342
+
:param end_time: Time the log ended.
343
343
:type end_time: datetime
344
-
:param id:
344
+
:param id: Unique instance identifier.
345
345
:type id: str
346
-
:param log_type:
346
+
:param log_type: Type of information being logged.
347
347
:type log_type: str
348
-
:param messages:
348
+
:param messages: List of log messages.
349
349
:type messages: list of :class:`NotificationDiagnosticLogMessage <azure.devops.v5_1.notification.models.NotificationDiagnosticLogMessage>`
350
-
:param properties:
350
+
:param properties: Dictionary of log properties and settings for the job.
351
351
:type properties: dict
352
-
:param source:
352
+
:param source: This identifier depends on the logType. For notification jobs, this will be the job Id. For subscription tracing, this will be a special root Guid with the subscription Id encoded.
0 commit comments