ListOSImagesResponse constructor

ListOSImagesResponse({
  1. String? nextPageToken,
  2. List<OSImage>? osImages,
})

Implementation

ListOSImagesResponse({
  this.nextPageToken,
  this.osImages,
});