WorkOS PHP SDK

FlagRuleUpdatedContextConfiguredTarget
in package
implements JsonSerializable uses JsonSerializableTrait

Read onlyYes

The configured targets for the flag rule.

Table of Contents

Interfaces

JsonSerializable

Properties

$organizations  : array<string|int, FlagRuleUpdatedContextConfiguredTargetOrganization>
The organizations targeted by the flag rule.
$users  : array<string|int, FlagRuleUpdatedContextConfiguredTargetUser>
The users targeted by the flag rule.

Methods

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

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $organizations, array<string|int, mixed> $users) : mixed
Parameters
$organizations : array<string|int, mixed>
$users : array<string|int, mixed>

jsonSerialize()

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

        
On this page

Search results