WorkOS PHP SDK

OrganizationDomainDeletedContextGoogleAnalyticsSession
in package
implements JsonSerializable uses JsonSerializableTrait

Read onlyYes

Table of Contents

Interfaces

JsonSerializable

Properties

$containerId  : string
The Google Analytics container ID.
$sessionId  : string|null
The Google Analytics session ID.
$sessionNumber  : string|null
The Google Analytics session number.

Methods

__construct()  : mixed
fromArray()  : self
jsonSerialize()  : array<string|int, mixed>
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(string $containerId[, string|null $sessionId = null ][, string|null $sessionNumber = null ]) : mixed
Parameters
$containerId : string
$sessionId : string|null = null
$sessionNumber : string|null = null

jsonSerialize()

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

        
On this page

Search results