RouterBgp_AdvertiseMode.fromJson constructor

RouterBgp_AdvertiseMode.fromJson(
  1. Object? json
)

Implementation

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