NamespaceDescription
in package
FinalYes
Table of Contents
Properties
- $createdAt : string|null
- $deleted : array<string|int, mixed>|null
- $description : string|null
- $externalPayloadStorage : array<string|int, mixed>|null
- $name : string
- $raw : array<string|int, mixed>
- $retentionDays : int|null
- $status : string|null
- $updatedAt : string|null
Methods
- __construct() : mixed
- fromArray() : self
Properties
$createdAt read-only
public
string|null
$createdAt
= null
$deleted read-only
public
array<string|int, mixed>|null
$deleted
= null
$description read-only
public
string|null
$description
$externalPayloadStorage read-only
public
array<string|int, mixed>|null
$externalPayloadStorage
= null
$name read-only
public
string
$name
$raw read-only
public
array<string|int, mixed>
$raw
$retentionDays read-only
public
int|null
$retentionDays
$status read-only
public
string|null
$status
$updatedAt read-only
public
string|null
$updatedAt
= null
Methods
__construct()
public
__construct(string $name, string|null $description, int|null $retentionDays, string|null $status, array<string, mixed> $raw[, array<string, mixed>|null $externalPayloadStorage = null ][, string|null $createdAt = null ][, string|null $updatedAt = null ][, array<string, mixed>|null $deleted = null ]) : mixed
Parameters
- $name : string
- $description : string|null
- $retentionDays : int|null
- $status : string|null
- $raw : array<string, mixed>
- $externalPayloadStorage : array<string, mixed>|null = null
- $createdAt : string|null = null
- $updatedAt : string|null = null
- $deleted : array<string, mixed>|null = null
fromArray()
public
static fromArray(array<string, mixed> $value) : self
Parameters
- $value : array<string, mixed>