FloodlightConfigurationsListResponse constructor

FloodlightConfigurationsListResponse({
  1. List<FloodlightConfiguration>? floodlightConfigurations,
  2. String? kind,
})

Implementation

FloodlightConfigurationsListResponse({
  this.floodlightConfigurations,
  this.kind,
});