public class RequestSchema extends Schema
| 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"
|
| Constructor and Description |
|---|
RequestSchema() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|