Class TopicsRead
Provides a collection of topic IDs to mark as read.
Inherited Members
Namespace: Unity.Cloud.Annotation
Syntax
public class TopicsRead : ITopicsRead
Properties
TopicIds
Returns the IDs of the topics to mark as read.
Declaration
public IEnumerable<Guid> TopicIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Guid> | The IDs of the topics to mark as read. |