AddSystemCommentRequest
FinalYes
Table of Contents
Properties
- $authorId : int
- $message : string
- $workflowId : string
Methods
- __construct() : mixed
Properties
$authorId
public
int
$authorId
$message
public
string
$message
$workflowId
public
string
$workflowId
Methods
__construct()
public
__construct(string $workflowId, int $authorId, string $message) : mixed
Parameters
- $workflowId : string
- $authorId : int
- $message : string