GetNetworkInsightsAnalysisForwardPathComponentAclRulePortRange constructor

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

Creates a new GetNetworkInsightsAnalysisForwardPathComponentAclRulePortRange. from Required. to Required.

Implementation

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