ListBgpRoutesRoutersRequest constructor
ListBgpRoutesRoutersRequest({})
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);