DescribePortfolioShareStatusOutput constructor

DescribePortfolioShareStatusOutput({
  1. String? organizationNodeValue,
  2. String? portfolioId,
  3. String? portfolioShareToken,
  4. ShareDetails? shareDetails,
  5. ShareStatus? status,
})

Implementation

DescribePortfolioShareStatusOutput({
  this.organizationNodeValue,
  this.portfolioId,
  this.portfolioShareToken,
  this.shareDetails,
  this.status,
});