public class ModelsV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
FrameV3[] |
compatibleFrames
Compatible frames
|
boolean |
findCompatibleFrames
Find and return compatible frames?
|
ModelKeyV3 |
modelId
Name of Model of interest
|
ModelSchemaBaseV3[] |
models
Models
|
boolean |
preview
Return potentially abridged model suitable for viewing in a browser
|
_excludeFields| Constructor and Description |
|---|
ModelsV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 modelId
public boolean preview
public boolean findCompatibleFrames
public ModelSchemaBaseV3[] models
public FrameV3[] compatibleFrames
public java.lang.String toString()
toString in class RequestSchemaV3