ListAppsResponse constructor

ListAppsResponse({
  1. List<App>? apps,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListAppsResponse({this.apps, this.nextPageToken, this.unreachable});