NumberOfLocations

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NumberOfLocations(val count: Int) : SafetyLocationCountOptions

A specified number of locations are visible.

Parameters

count

The number of visible locations.

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

Link copied to clipboard
val count: Int