GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange constructor

const GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange({
  1. required Input<int> from,
  2. required Input<int> to,
})

Implementation

const GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange({
  required this.from,
  required this.to,
});