public class TimelineV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
EventV3[] |
events
recorded timeline events
|
long |
now
Current time in millis.
|
java.lang.String |
self
This node
|
_exclude_fields| Constructor and Description |
|---|
TimelineV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public long now
public java.lang.String self
public EventV3[] events
public java.lang.String toString()
toString in class RequestSchema