public class ModelsBase extends RequestSchema
| 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"
|
FrameV3[] |
compatible_frames
Compatible frames
|
boolean |
find_compatible_frames
Find and return compatible frames?
|
java.lang.String |
model_id
Name of Model of interest
|
ModelSchemaBase[] |
models
Models
|
boolean |
preview
Return potentially abridged model suitable for viewing in a browser
|
| Constructor and Description |
|---|
ModelsBase() |
public java.lang.String model_id
public boolean preview
public boolean find_compatible_frames
public ModelSchemaBase[] models
public FrameV3[] compatible_frames
public java.lang.String _exclude_fields