| Total Complexity | 1 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class LogForwardingDestinationResponse |
||
| 10 | { |
||
| 11 | |||
| 12 | public $uuid; |
||
| 13 | public $label; |
||
| 14 | public $address; |
||
| 15 | public $consumer; |
||
| 16 | public $credentials; |
||
| 17 | public $sources; |
||
| 18 | public $status; |
||
| 19 | public $flags; |
||
| 20 | public $health; |
||
| 21 | public $environment; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * LogForwardingDestinationResponse constructor. |
||
| 25 | * @param object $destination |
||
| 26 | */ |
||
| 27 | public function __construct($destination) |
||
| 41 |