ServiceAttachmentList constructor
ServiceAttachmentList({
- String? id,
- List<
ServiceAttachment> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- ServiceAttachmentListWarning? warning,
Implementation
ServiceAttachmentList({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});