MobileAppsListResponse constructor

MobileAppsListResponse({
  1. String? kind,
  2. List<MobileApp>? mobileApps,
  3. String? nextPageToken,
})

Implementation

MobileAppsListResponse({
  this.kind,
  this.mobileApps,
  this.nextPageToken,
});