AggregatedListTargetHttpProxiesRequest constructor

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

Implementation

AggregatedListTargetHttpProxiesRequest({
  this.filter,
  this.includeAllScopes,
  this.maxResults,
  this.orderBy,
  this.pageToken,
  required this.project,
  this.returnPartialSuccess,
  this.serviceProjectNumber,
}) : super(fullyQualifiedName);