<?php
class FeedEnclosure {
/** @var string */
public $link;
public $type;
public $length;
public $title;
public $height;
public $width;
}