ResourcePoliciesScopedListWarning constructor

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

Implementation

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