NgfwPacketInspectionInfo.fromJson constructor
NgfwPacketInspectionInfo.fromJson(
- Map json_
Implementation
NgfwPacketInspectionInfo.fromJson(core.Map json_)
: this(
securityProfileGroupUri:
json_['securityProfileGroupUri'] as core.String?,
);