RoutersListBgpRoutesWarning constructor

RoutersListBgpRoutesWarning({
  1. String? code,
  2. List<RoutersListBgpRoutesWarningData>? data,
  3. String? message,
})

Implementation

RoutersListBgpRoutesWarning({this.code, this.data, this.message});