$connection * @property \Diffhead\PHP\Dto\Property $queue * @property \Diffhead\PHP\Dto\Property $queueAutoDelete * @property \Diffhead\PHP\Dto\Property $exchange * @property \Diffhead\PHP\Dto\Property $routingKey * @property \Diffhead\PHP\Dto\Property $exchangeType * @property \Diffhead\PHP\Dto\Property $exchangeIsDefault * @property \Diffhead\PHP\Dto\Property $tag */ class ConsumerParameters extends Dto { protected Property $connection; protected Property $queue; protected Property $queueAutoDelete; protected Property $exchange; protected Property $routingKey; protected Property $exchangeType; protected Property $exchangeIsDefault; protected Property $tag; }