ResourceUpdateWarnings constructor

ResourceUpdateWarnings({
  1. String? code,
  2. List<ResourceUpdateWarningsData>? data,
  3. String? message,
})

Implementation

ResourceUpdateWarnings({
  this.code,
  this.data,
  this.message,
});