PortfolioShareDetail class

Information about the portfolio share.

Constructors

PortfolioShareDetail({bool? accepted, String? principalId, bool? shareTagOptions, DescribePortfolioShareType? type})
PortfolioShareDetail.fromJson(Map<String, dynamic> json)
factory

Properties

accepted bool?
Indicates whether the shared portfolio is imported by the recipient account. If the recipient is in an organization node, the share is automatically imported, and the field is always set to true.
final
hashCode int
The hash code for this object.
no setterinherited
principalId String?
The identifier of the recipient entity that received the portfolio share. The recipient entities can be one of the following:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareTagOptions bool?
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
final
type DescribePortfolioShareType?
The type of the portfolio share.
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