Sets the field to an arbitrary JSON value.
public Unit _missing(JsonValue _missing)Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("__missing__")
This method is primarily for setting the field to an undocumented or not yet supported value.
| Name | Type | Description |
|---|---|---|
_missing* | JsonValue |