copyWith method
Implementation
WebApiModulesPluginsAzureADGetAzureADGroupsRequest copyWith(
{String? groupSearch}) {
return WebApiModulesPluginsAzureADGetAzureADGroupsRequest(
groupSearch: groupSearch ?? this.groupSearch);
}
WebApiModulesPluginsAzureADGetAzureADGroupsRequest copyWith(
{String? groupSearch}) {
return WebApiModulesPluginsAzureADGetAzureADGroupsRequest(
groupSearch: groupSearch ?? this.groupSearch);
}