NetworkInsightsAccessScopeExcludePathThroughResource.fromMap constructor

NetworkInsightsAccessScopeExcludePathThroughResource.fromMap(
  1. Map<String, dynamic> map
)

Implementation

factory NetworkInsightsAccessScopeExcludePathThroughResource.fromMap(Map<String, dynamic> map) {
  return NetworkInsightsAccessScopeExcludePathThroughResource(
    resourceStatement: (() { final guardedValue = map['resourceStatement']; if (guardedValue == null) return null; return pulumi.Input.fromValue(NetworkInsightsAccessScopeExcludePathThroughResourceResourceStatement.fromMap((guardedValue as Map).cast<String, dynamic>())); })(),
  );
}