MdsRefreshOutcomeVariant
extends
JsonSerializable
in
`POST /api/v1/mds/refresh` response — the outcome of one ingestion attempt (mirrors `axiam_db::mds_ingest::MdsIngestOutcome`).
Discriminated on the wire by outcome. Use MdsRefreshOutcome::fromArray() to decode
one; each arm is a separate class implementing this interface.
Table of Contents
Methods
- toArray() : array<string, mixed>
- Renders this variant to its wire form, including its discriminator.
Methods
toArray()
Renders this variant to its wire form, including its discriminator.
public
toArray() : array<string, mixed>