copyWith method

Implementation

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