WebApiModulesPluginsAzureADImportGroupResponse constructor

WebApiModulesPluginsAzureADImportGroupResponse({
  1. String? lastImported,
  2. List<WebApiModulesPluginsAzureADUserData>? users,
  3. int? statusCode,
  4. String? message,
})

Implementation

WebApiModulesPluginsAzureADImportGroupResponse({
  this.lastImported,
  this.users,
  this.statusCode,
  this.message,
});