WorkOS PHP SDK

ItContactListListMetadata
in package
implements JsonSerializable uses JsonSerializableTrait

Read onlyYes

Pagination cursors for navigating between pages 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.
$before  : string|null
An object ID that defines your place in the list. When the ID is not present, you are at the start 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

$before

An object ID that defines your place in the list. When the ID is not present, you are at the start of the list.

public string|null $before

Methods

__construct()

public __construct(string|null $before, string|null $after) : mixed
Parameters
$before : string|null
$after : string|null

fromArray()

public static fromArray(array<string|int, mixed> $data) : self
Parameters
$data : array<string|int, mixed>
Return values
self

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results