TeamMemberInfoListResult class
查询群成员列表结果
Constructors
-
TeamMemberInfoListResult.new({required bool finished, String? nextToken, required List<
UserInfoWithTeam> memberList})
Properties
- finished ↔ bool
-
数据是否拉取完毕
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
memberList
↔ List<
UserInfoWithTeam> -
群组成员列表
getter/setter pair
- nextToken ↔ String?
-
下一次查询的偏移量
getter/setter pair
- 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