GroupObjectsRequest constructor

GroupObjectsRequest({
  1. List<String>? childrenObjectIds,
  2. String? groupObjectId,
})

Implementation

GroupObjectsRequest({
  this.childrenObjectIds,
  this.groupObjectId,
});