NetworkAttachmentAggregatedList constructor

NetworkAttachmentAggregatedList({
  1. String? id,
  2. Map<String, NetworkAttachmentsScopedList>? items,
  3. String? kind,
  4. String? nextPageToken,
  5. String? selfLink,
  6. NetworkAttachmentAggregatedListWarning? warning,
})

Implementation

NetworkAttachmentAggregatedList({
  this.id,
  this.items,
  this.kind,
  this.nextPageToken,
  this.selfLink,
  this.warning,
});