Version constructor

Version({
  1. ServingConfig? config,
  2. String? createTime,
  3. ActingUser? createUser,
  4. String? deleteTime,
  5. ActingUser? deleteUser,
  6. String? fileCount,
  7. String? finalizeTime,
  8. ActingUser? finalizeUser,
  9. Map<String, String>? labels,
  10. String? name,
  11. String? status,
  12. String? versionBytes,
})

Implementation

Version({
  this.config,
  this.createTime,
  this.createUser,
  this.deleteTime,
  this.deleteUser,
  this.fileCount,
  this.finalizeTime,
  this.finalizeUser,
  this.labels,
  this.name,
  this.status,
  this.versionBytes,
});