SwarmUnlockPostBody
Table of Contents
- $unlockKey : string|null
- The swarm's unlock key.
- getUnlockKey() : string|null
- The swarm's unlock key.
- setUnlockKey() : self
- The swarm's unlock key.
Properties
$unlockKey
The swarm's unlock key.
protected
string|null
$unlockKey
Methods
getUnlockKey()
The swarm's unlock key.
public
getUnlockKey() : string|null
Return values
string|null —setUnlockKey()
The swarm's unlock key.
public
setUnlockKey(string|null $unlockKey) : self
Parameters
- $unlockKey : string|null