factory WafAction.fromJson(Map<String, dynamic> json) { return WafAction( type: (json['Type'] as String).toWafActionType(), ); }