NgfwPacketInspectionInfo.fromJson constructor

NgfwPacketInspectionInfo.fromJson(
  1. Map json_
)

Implementation

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