CreateIpGroupResult constructor

CreateIpGroupResult({
  1. String? groupId,
})

Implementation

CreateIpGroupResult({
  this.groupId,
});