ListGlobalForwardingRulesRequest constructor

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

Implementation

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