LaunchPathSummary class
Summary information about a product path for a user.
Constructors
-
LaunchPathSummary({List<
ConstraintSummary> ? constraintSummaries, String? id, String? name, List<Tag> ? tags}) -
LaunchPathSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
constraintSummaries
→ List<
ConstraintSummary> ? -
The constraints on the portfolio-product relationship.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The identifier of the product path.
final
- name → String?
-
The name of the portfolio to which the user was assigned.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The tags associated with this product path.
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