copy

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun copy(radius: Distance = this.radius, updateInterval: Duration = this.updateInterval, networkConnectivity: NetworkConnectivityConfiguration = this.networkConnectivity): AutomaticNdsStoreUpdaterConfiguration.RelevantRegions

Returns a copy calling the RelevantRegions object with possibilities to override every property.

Parameters

radius
updateInterval
networkConnectivity

See also