Resource constructor

Resource({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? deleteTime,
  4. String? displayName,
  5. String? etag,
  6. Map<String, String>? labels,
  7. String? location,
  8. String? name,
  9. String? service,
  10. String? type,
  11. String? uid,
  12. String? updateTime,
})

Implementation

Resource({
  this.annotations,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.etag,
  this.labels,
  this.location,
  this.name,
  this.service,
  this.type,
  this.uid,
  this.updateTime,
});