TargetHttpProxyAggregatedList constructor

TargetHttpProxyAggregatedList({
  1. String? id,
  2. Map<String, TargetHttpProxiesScopedList> items = const {},
  3. String? kind,
  4. String? nextPageToken,
  5. String? selfLink,
  6. List<String> unreachables = const [],
})

Implementation

TargetHttpProxyAggregatedList({
  this.id,
  this.items = const {},
  this.kind,
  this.nextPageToken,
  this.selfLink,
  this.unreachables = const [],
}) : super(fullyQualifiedName);