UpdateRuleGroupResponse constructor

UpdateRuleGroupResponse({
  1. String? nextLockToken,
})

Implementation

UpdateRuleGroupResponse({
  this.nextLockToken,
});