DBParameterGroupsMessage constructor

DBParameterGroupsMessage({
  1. List<DBParameterGroup>? dBParameterGroups,
  2. String? marker,
})

Implementation

DBParameterGroupsMessage({
  this.dBParameterGroups,
  this.marker,
});