WebApiModulesPluginsAzureADImportGroupResponse constructor
WebApiModulesPluginsAzureADImportGroupResponse({
- String? lastImported,
- List<
WebApiModulesPluginsAzureADUserData> ? users, - int? statusCode,
- String? message,
Implementation
WebApiModulesPluginsAzureADImportGroupResponse({
this.lastImported,
this.users,
this.statusCode,
this.message,
});