NodeGroup constructor

NodeGroup({
  1. String? nodeGroupId,
  2. List<NodeGroupMember>? nodeGroupMembers,
  3. Endpoint? primaryEndpoint,
  4. Endpoint? readerEndpoint,
  5. String? slots,
  6. String? status,
})

Implementation

NodeGroup({
  this.nodeGroupId,
  this.nodeGroupMembers,
  this.primaryEndpoint,
  this.readerEndpoint,
  this.slots,
  this.status,
});