InterconnectAttachmentList constructor
InterconnectAttachmentList({
- String? id,
- List<
InterconnectAttachment> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- InterconnectAttachmentListWarning? warning,
Implementation
InterconnectAttachmentList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});