AddressAggregatedList constructor
AddressAggregatedList({
- String? id,
- Map<
String, AddressesScopedList> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- List<
String> ? unreachables, - AddressAggregatedListWarning? warning,
Implementation
AddressAggregatedList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.unreachables,
this.warning,
});