InterconnectAttachmentGroupsListResponseWarning constructor
InterconnectAttachmentGroupsListResponseWarning({
- String? code,
- List<
InterconnectAttachmentGroupsListResponseWarningData> ? data, - String? message,
Implementation
InterconnectAttachmentGroupsListResponseWarning({
this.code,
this.data,
this.message,
});