public class TimelineV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
EventV3[] |
events
recorded timeline events
|
long |
now
Current time in millis.
|
java.lang.String |
self
This node
|
| Constructor and Description |
|---|
TimelineV3() |
public long now
public java.lang.String self
public EventV3[] events
public java.lang.String _exclude_fields