DescribeGroupResponse constructor

DescribeGroupResponse({
  1. DateTime? disabledDate,
  2. String? email,
  3. DateTime? enabledDate,
  4. String? groupId,
  5. String? name,
  6. EntityState? state,
})

Implementation

DescribeGroupResponse({
  this.disabledDate,
  this.email,
  this.enabledDate,
  this.groupId,
  this.name,
  this.state,
});