GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange constructor

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

Implementation

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