Some

data class Some(val keys: List<NetworkKey>) : NetworkKeysConfig

Use this class to configure when exporting some of the Network Keys in network.

Throws

If the list does not contain at least one network key.

Constructors

Link copied to clipboard
constructor(keys: List<NetworkKey>)

Properties

Link copied to clipboard

List of Network Keys to export.