MembersQuery constructor

MembersQuery(
  1. String groupId
)

Implementation

MembersQuery(String groupId) {
  this.groupId = groupId;
}