Resource constructor

Resource({
  1. ResourceAccessControl? accessControl,
  2. String? finalProperties,
  3. String? id,
  4. String? insertTime,
  5. String? manifest,
  6. String? name,
  7. String? properties,
  8. String? type,
  9. ResourceUpdate? update,
  10. String? updateTime,
  11. String? url,
  12. List<ResourceWarnings>? warnings,
})

Implementation

Resource({
  this.accessControl,
  this.finalProperties,
  this.id,
  this.insertTime,
  this.manifest,
  this.name,
  this.properties,
  this.type,
  this.update,
  this.updateTime,
  this.url,
  this.warnings,
});