DeleteGroupResponse constructor

DeleteGroupResponse({
  1. String? requestId,
  2. int? status,
})

Implementation

DeleteGroupResponse({
  this.requestId,
  this.status,
});