ResourceUpdate constructor

ResourceUpdate({
  1. ResourceAccessControl? accessControl,
  2. ResourceUpdateError? error,
  3. String? finalProperties,
  4. String? intent,
  5. String? manifest,
  6. String? properties,
  7. String? state,
  8. List<ResourceUpdateWarnings>? warnings,
})

Implementation

ResourceUpdate({
  this.accessControl,
  this.error,
  this.finalProperties,
  this.intent,
  this.manifest,
  this.properties,
  this.state,
  this.warnings,
});