MdsRefreshOutcome
in package
FinalYes
`POST /api/v1/mds/refresh` response — the outcome of one ingestion attempt (mirrors `axiam_db::mds_ingest::MdsIngestOutcome`).
The decoder for the outcome-tagged union. Every arm is a MdsRefreshOutcomeVariant; this
class exists only to pick the right one.
Table of Contents
Methods
- fromArray() : MdsRefreshOutcomeVariant
- Decodes one `outcome`-tagged MdsRefreshOutcome object into its variant.
Methods
fromArray()
Decodes one `outcome`-tagged MdsRefreshOutcome object into its variant.
public
static fromArray(array<string, mixed> $data) : MdsRefreshOutcomeVariant
Parameters
- $data : array<string, mixed>
-
The raw wire object.