FoundGroup class
A group found in a search.
Constructors
-
FoundGroup({String? groupId, String? html, List<
GroupLabel> ? labels, String? name}) -
FoundGroup.fromJson(Map<
String, Object?> json) -
factory
Properties
- groupId → String?
-
The ID of the group, which uniquely identifies the group across all
Atlassian products. For example, 952d12c3-5b5b-4d04-bb32-44d383afc4b2.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- html → String?
-
The group name with the matched query string highlighted with the HTML
bold tag.
final
-
labels
→ List<
GroupLabel> -
final
- name → String?
-
The name of the group. The name of a group is mutable, to reliably
identify a group use ``groupId
.
final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? groupId, String? html, List< GroupLabel> ? labels, String? name}) → FoundGroup -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited