NetworkRoutingConfig_BgpBestPathSelectionMode.fromJson constructor

NetworkRoutingConfig_BgpBestPathSelectionMode.fromJson(
  1. Object? json
)

Implementation

factory NetworkRoutingConfig_BgpBestPathSelectionMode.fromJson(
  Object? json,
) => NetworkRoutingConfig_BgpBestPathSelectionMode(json as String);