ImageVersion constructor

ImageVersion({
  1. bool? creationDisabled,
  2. String? imageVersionId,
  3. bool? isDefault,
  4. Date? releaseDate,
  5. List<String>? supportedPythonVersions,
  6. bool? upgradeDisabled,
})

Implementation

ImageVersion({
  this.creationDisabled,
  this.imageVersionId,
  this.isDefault,
  this.releaseDate,
  this.supportedPythonVersions,
  this.upgradeDisabled,
});