ApiSpec constructor

ApiSpec({
  1. Map<String, String>? annotations,
  2. String? contents,
  3. String? createTime,
  4. String? description,
  5. String? filename,
  6. String? hash,
  7. Map<String, String>? labels,
  8. String? mimeType,
  9. String? name,
  10. String? revisionCreateTime,
  11. String? revisionId,
  12. String? revisionUpdateTime,
  13. int? sizeBytes,
  14. String? sourceUri,
})

Implementation

ApiSpec({
  this.annotations,
  this.contents,
  this.createTime,
  this.description,
  this.filename,
  this.hash,
  this.labels,
  this.mimeType,
  this.name,
  this.revisionCreateTime,
  this.revisionId,
  this.revisionUpdateTime,
  this.sizeBytes,
  this.sourceUri,
});