public class SchemaV3
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_excludeFields
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 |
|---|
SchemaV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|