PortfolioDetail class
Information about a portfolio.
Constructors
- PortfolioDetail({String? arn, DateTime? createdTime, String? description, String? displayName, String? id, String? providerName})
-
PortfolioDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The ARN assigned to the portfolio.
final
- createdTime → DateTime?
-
The UTC time stamp of the creation time.
final
- description → String?
-
The description of the portfolio.
final
- displayName → String?
-
The name to use for display purposes.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The portfolio identifier.
final
- providerName → String?
-
The name of the portfolio provider.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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