PutEventsConfigurationResponse constructor

PutEventsConfigurationResponse({
  1. EventsConfiguration? eventsConfiguration,
})

Implementation

PutEventsConfigurationResponse({
  this.eventsConfiguration,
});