new GetModel1Request(appID)
    Object GetModel1Request
Usage: 
    RestApiService.getL10nService().getModel1(request, callback);
Parameters:
| Name | Type | Description | 
|---|---|---|
appID | 
            
            string | The full path uniquely identifying the application. | 
- Since:
 - 4.0.0
 
Members
id :string
    Query parameter: 'id' (reserved for future use)
    Type:
- string
 
- Since:
 - 4.0.0
 
locales :Array.<string>
    Query parameter: 'locale' (Java type: Set) (optional) Set of Strings representing the subset of locales required; if empty, ALL available locales assumed.
 
    Type:
- Array.<string>
 
- Since:
 - 4.0.0
 
views :Array.<string>
    Query parameter: 'view' (Java type: Set) (optional) Set of Strings representing the subset of views required; if empty, ALL available views assumed.
 
    Type:
- Array.<string>
 
- Since:
 - 4.0.0