ListApplicationVersionsResponse constructor

ListApplicationVersionsResponse({
  1. String? nextToken,
  2. List<VersionSummary>? versions,
})

Implementation

ListApplicationVersionsResponse({
  this.nextToken,
  this.versions,
});