ListUsableSubnetworksRequest constructor

ListUsableSubnetworksRequest({
  1. String? filter,
  2. int? maxResults,
  3. String? orderBy,
  4. String? pageToken,
  5. required String project,
  6. bool? returnPartialSuccess,
  7. String? serviceProject,
})

Implementation

ListUsableSubnetworksRequest({
  this.filter,
  this.maxResults,
  this.orderBy,
  this.pageToken,
  required this.project,
  this.returnPartialSuccess,
  this.serviceProject,
}) : super(fullyQualifiedName);