ListCompatibleImagesResult constructor

ListCompatibleImagesResult({
  1. List<CompatibleImage>? compatibleImages,
  2. String? nextToken,
})

Implementation

ListCompatibleImagesResult({
  this.compatibleImages,
  this.nextToken,
});