Interface IResponseItem
public interface IResponseItem : IServerSentEvent, IListItem
- Inherited Members
Properties
Id
The unique ID of this response item.
string Id { get; }
Property Value
Status
The status of the response item.
ResponseStatus Status { get; }
Property Value
Type
ResponseItemType Type { get; }