ListPortfolioAccessOutput constructor

ListPortfolioAccessOutput({
  1. List<String>? accountIds,
  2. String? nextPageToken,
})

Implementation

ListPortfolioAccessOutput({
  this.accountIds,
  this.nextPageToken,
});