PolicySnapshot constructor

PolicySnapshot({
  1. String? displayName,
  2. String? name,
  3. String? severity,
  4. Map<String, String>? userLabels,
})

Implementation

PolicySnapshot({this.displayName, this.name, this.severity, this.userLabels});