GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.fromMap constructor
GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.fromMap()
Implementation
factory GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent.fromMap(Map<String, dynamic> map) {
return GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetailComponent(
arn: pulumi.Input.fromValue(map['arn'] as String),
id: pulumi.Input.fromValue(map['id'] as String),
name: pulumi.Input.fromValue(map['name'] as String),
);
}