Available in VPC
This is a list of Data Forest apps.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private Integer total;
private AppResponse contents;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success |
Boolean | Required | Whether the app list query was successful
|
message |
String | Optional | Result message after querying the app list |
total |
Integer | Required | Total number of apps in the list |
contents |
AppResponse | Required | AppResponse data type |