Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 3.34 KB

File metadata and controls

13 lines (10 loc) · 3.34 KB

TopicSubscriptionResponseDto

Fields

Field Type Required Description Example
Id string ✔️ The identifier of the subscription 64da692e9a94fb2e6449ad08
Identifier string ✔️ The identifier of the subscription tk=product-updates:si=subscriber-123
CreatedAt string ✔️ The date and time the subscription was created 2021-01-01T00:00:00.000Z
Topic Models.Components.TopicResponseDto ✔️ Topic information
Subscriber SubscriberDto ✔️ Subscriber information
ContextKeys List<string> Context keys that scope this subscription (e.g., tenant:org-a, project:proj-123) [
"tenant:org-a",
"project:proj-123"
]