The date and time across all subscription. The string format is ISO-8601.
'2022-03-16T05:18:24.610Z'new Date(result.firstSeenAt.global) Copy
'2022-03-16T05:18:24.610Z'new Date(result.firstSeenAt.global)
The date and time within your subscription. The string format is ISO-8601.
'2022-03-16T05:18:24.610Z'new Date(result.firstSeenAt.subscription) Copy
'2022-03-16T05:18:24.610Z'new Date(result.firstSeenAt.subscription)
Generated using TypeDoc
The date and time across all subscription. The string format is ISO-8601.