VaultMetadataReadData
in package
implements
JsonSerializable
uses
JsonSerializableTrait
Read onlyYes
The event payload.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $actorId : string
- The unique identifier of the actor.
- $actorName : string
- The name of the actor.
- $actorSource : VaultDekReadDataActorSource
- $kvName : string
- The name of the key-value store.
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$actorId
The unique identifier of the actor.
public
string
$actorId
$actorName
The name of the actor.
public
string
$actorName
$actorSource
public
VaultDekReadDataActorSource
$actorSource
$kvName
The name of the key-value store.
public
string
$kvName
Methods
__construct()
public
__construct(string $actorId, VaultDekReadDataActorSource $actorSource, string $actorName, string $kvName) : mixed
Parameters
- $actorId : string
- $actorSource : VaultDekReadDataActorSource
- $actorName : string
- $kvName : string
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
Return values
selfjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>