DescribePortfolioSharesOutput constructor

DescribePortfolioSharesOutput({
  1. String? nextPageToken,
  2. List<PortfolioShareDetail>? portfolioShareDetails,
})

Implementation

DescribePortfolioSharesOutput({
  this.nextPageToken,
  this.portfolioShareDetails,
});