public class InputSchemaV4
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_fields
Filter on the set of output fields: if you set _fields="foo,bar,baz", then only those fields will be included in
the output; or you can specify _fields="-goo,gee" to include all fields except goo and gee.
|
| Constructor and Description |
|---|
InputSchemaV4()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String _fields