StoragePoolTypeAggregatedListWarning constructor

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

Implementation

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