FlagRuleUpdatedContextPreviousAttributeContext
in package
implements
JsonSerializable
uses
JsonSerializableTrait
Read onlyYes
The previous context attributes of the flag rule.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $accessType : FlagRuleUpdatedContextAccessType|null
- The previous access type of the flag rule.
- $configuredTargets : FlagRuleUpdatedContextPreviousAttributeContextConfiguredTarget|null
- The previous configured targets for the flag rule.
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$accessType
The previous access type of the flag rule.
public
FlagRuleUpdatedContextAccessType|null
$accessType
= null
$configuredTargets
The previous configured targets for the flag rule.
public
FlagRuleUpdatedContextPreviousAttributeContextConfiguredTarget|null
$configuredTargets
= null
Methods
__construct()
public
__construct([FlagRuleUpdatedContextAccessType|null $accessType = null ][, FlagRuleUpdatedContextPreviousAttributeContextConfiguredTarget|null $configuredTargets = null ]) : mixed
Parameters
- $accessType : FlagRuleUpdatedContextAccessType|null = null
- $configuredTargets : FlagRuleUpdatedContextPreviousAttributeContextConfiguredTarget|null = 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>