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