ManagedConfigurationsForDeviceListResponse constructor

ManagedConfigurationsForDeviceListResponse({
  1. List<ManagedConfiguration>? managedConfigurationForDevice,
})

Implementation

ManagedConfigurationsForDeviceListResponse({
  this.managedConfigurationForDevice,
});