StoragePoolAggregatedListWarning constructor

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

Implementation

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