EventListListMetadata
in package
implements
JsonSerializable
uses
JsonSerializableTrait
Read onlyYes
Pagination cursor for navigating to the next page of results.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $after : string|null
- An object ID that defines your place in the list. When the ID is not present, you are at the end of the list.
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$after
An object ID that defines your place in the list. When the ID is not present, you are at the end of the list.
public
string|null
$after
Methods
__construct()
public
__construct(string|null $after) : mixed
Parameters
- $after : string|null
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>