ListSubnetworksRequest constructor
ListSubnetworksRequest({})
Implementation
ListSubnetworksRequest({
this.filter,
this.maxResults,
this.orderBy,
this.pageToken,
required this.project,
required this.region,
this.returnPartialSuccess,
this.views,
}) : super(fullyQualifiedName);