DescribePortfolioShareStatusOutput constructor
DescribePortfolioShareStatusOutput({
- String? organizationNodeValue,
- String? portfolioId,
- ShareStatus? status,
Implementation
DescribePortfolioShareStatusOutput({
this.organizationNodeValue,
this.portfolioId,
this.portfolioShareToken,
this.shareDetails,
this.status,
});