Skip to content

Commit

Permalink
add cron fields
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 5, 2023
1 parent 396d93d commit b9783c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Resources/CronCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,22 @@ class CronCheck extends ApiResource

public ?string $cronExpression = '';

public ?string $humanReadableCronExpression = '';

public ?string $description = '';

public ?string $serverTimezone = '';

public ?string $latestResult = '';

public ?string $latestResultLabel = '';

public ?string $latestResultLabelColor = '';

public ?string $latestPingAt = '';

public ?string $humanReadableLatestPingAt = '';

public string $createdAt;

public function __construct(array $attributes, $ohDear = null)
Expand Down

0 comments on commit b9783c8

Please sign in to comment.