Class EventResult
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Class encapsulating the result of an event.
public class EventResult
- Inheritance
-
EventResult
- Inherited Members
Properties
Data
Gets the list of events
public IList<Event> Data { get; set; }
Property Value
MoreAvailable
Returns if more events are available for retrieval
public bool? MoreAvailable { get; set; }
Property Value
- bool?
true if more events are available, false otherwise
NextStreamPosition
Gets a string indicating the streamPosition of the next set of events
public string NextStreamPosition { get; set; }
Property Value
- string
the string streamPosition