FlagRuleUpdatedContextPreviousAttributeContextConfiguredTarget
in package
implements
JsonSerializable
uses
JsonSerializableTrait
Read onlyYes
The previous configured targets for the flag rule.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $organizations : array<string|int, FlagRuleUpdatedContextPreviousAttributeContextConfiguredTargetOrganization>
- The organizations targeted by the flag rule.
- $users : array<string|int, FlagRuleUpdatedContextPreviousAttributeContextConfiguredTargetUser>
- The users targeted by the flag rule.
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$organizations
The organizations targeted by the flag rule.
public
array<string|int, FlagRuleUpdatedContextPreviousAttributeContextConfiguredTargetOrganization>
$organizations
$users
The users targeted by the flag rule.
public
array<string|int, FlagRuleUpdatedContextPreviousAttributeContextConfiguredTargetUser>
$users
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>
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>