DescribeDocumentPermissionResponse constructor

DescribeDocumentPermissionResponse({
  1. List<String>? accountIds,
  2. List<AccountSharingInfo>? accountSharingInfoList,
})

Implementation

DescribeDocumentPermissionResponse({
  this.accountIds,
  this.accountSharingInfoList,
});