new LocaleInfo1Request()
    Object LocaleInfo1Request
Usage: 
RestApiService.getL10nService().localeInfo1(request, callback);
- Since:
 - 4.0.0
 
Members
appID :string
    Query parameter: 'appid' The application for which LocaleInfo objects are being returned. If empty, or not specified, implies ALL applications.
    Type:
- string
 
- Since:
 - 4.0.0
 
locale :Array.<string>
    Query parameter: 'locale' (Java type: Set) A set of String locale identifiers. If empty, or not specified, implies ALL locales.
 
    Type:
- Array.<string>
 
- Since:
 - 4.0.0