We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85d0b8e + 5ef5f88 commit 960acabCopy full SHA for 960acab
src/PrintNode/PrintJob.php
@@ -13,6 +13,7 @@
13
* @property string $contentType
14
* @property string $content
15
* @property string $source
16
+ * @property array $options
17
* @property-read int $filesize
18
* @property-read DateTime $createTimestamp
19
* @property-read string $state
@@ -29,6 +30,7 @@ class PrintJob extends Entity
29
30
protected $createTimestamp;
31
protected $state;
32
protected $expireAt;
33
+ protected $options;
34
35
public function foreignKeyEntityMap()
36
{
0 commit comments