DsyncGroupUserAddedData
in package
implements
JsonSerializable
uses
JsonSerializableTrait
Read onlyYes
The event payload.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $directoryId : string
- The ID of the directory.
- $group : DirectoryGroup
- The directory group the user was added to.
- $user : DirectoryUser
- The directory user added to the group.
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$directoryId
The ID of the directory.
public
string
$directoryId
$group
The directory group the user was added to.
public
DirectoryGroup
$group
$user
The directory user added to the group.
public
DirectoryUser
$user
Methods
__construct()
public
__construct(string $directoryId, DirectoryUser $user, DirectoryGroup $group) : mixed
Parameters
- $directoryId : string
- $user : DirectoryUser
- $group : DirectoryGroup
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>