DescribePortfolioShareStatusOutput class

Constructors

DescribePortfolioShareStatusOutput({String? organizationNodeValue, String? portfolioId, String? portfolioShareToken, ShareDetails? shareDetails, ShareStatus? status})
DescribePortfolioShareStatusOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
organizationNodeValue String?
Organization node identifier. It can be either account id, organizational unit id or organization id.
final
portfolioId String?
The portfolio identifier.
final
portfolioShareToken String?
The token for the portfolio share operation. For example, share-6v24abcdefghi.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareDetails ShareDetails?
Information about the portfolio share operation.
final
status ShareStatus?
Status of the portfolio share operation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited