ListBgpRoutesRoutersRequest constructor

ListBgpRoutesRoutersRequest({
  1. String? addressFamily,
  2. String? destinationPrefix,
  3. String? filter,
  4. int? maxResults,
  5. String? orderBy,
  6. String? pageToken,
  7. String? peer,
  8. bool? policyApplied,
  9. required String project,
  10. required String region,
  11. bool? returnPartialSuccess,
  12. String? routeType,
  13. required String router,
})

Implementation

ListBgpRoutesRoutersRequest({
  this.addressFamily,
  this.destinationPrefix,
  this.filter,
  this.maxResults,
  this.orderBy,
  this.pageToken,
  this.peer,
  this.policyApplied,
  required this.project,
  required this.region,
  this.returnPartialSuccess,
  this.routeType,
  required this.router,
}) : super(fullyQualifiedName);