GroupDetails class
Details about a group.
Constructors
- GroupDetails({String? groupId, String? name})
-
GroupDetails.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
- name → String?
-
The name of the group.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? groupId, String? name}) → GroupDetails -
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