copyWithWrapped method

Implementation

WebApiModulesPluginsAzureADGetAzureADGroupsRequest copyWithWrapped(
    {Wrapped<String?>? groupSearch}) {
  return WebApiModulesPluginsAzureADGetAzureADGroupsRequest(
      groupSearch:
          (groupSearch != null ? groupSearch.value : this.groupSearch));
}