Group class

Constructors

Group({String? expand, String? groupId, String? name, String? self, PagedListUserDetailsApplicationUser? users})
Group.fromJson(Map<String, Object?> json)
factory

Properties

expand String?
Expand options that include additional group details in the response.
final
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 group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL for these group details.
final
users PagedListUserDetailsApplicationUser?
A paginated list of the users that are members of the group. A maximum of 50 users is returned in the list, to access additional users append [start-index:end-index] to the expand request. For example, to access the next 50 users, use?expand=users[51:100].
final

Methods

copyWith({String? expand, String? groupId, String? name, String? self, PagedListUserDetailsApplicationUser? users}) Group
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