ResourceUpdateErrorErrors constructor

ResourceUpdateErrorErrors({
  1. String? code,
  2. String? location,
  3. String? message,
})

Implementation

ResourceUpdateErrorErrors({
  this.code,
  this.location,
  this.message,
});