cloudinary-8.x-1.x-dev/modules/cloudinary_media_library_widget/src/Annotation/CloudinaryMedia.php
modules/cloudinary_media_library_widget/src/Annotation/CloudinaryMedia.php
<?php
namespace Drupal\cloudinary_media_library_widget\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Defines an CloudinaryMedia annotation.
*
* @Annotation
*
* @deprecated in cloudinary:3.0.0 and is removed from cloudinary:4.0.0. Use
* a dedicated source plugin instead.
*
* @see https://www.drupal.org/project/cloudinary/issues/3314722
*/
class CloudinaryMedia extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The human-readable name of the plugin.
*
* @var \Drupal\Core\Annotation\Translation
*
* @ingroup plugin_translatable
*/
public $label;
/**
* The asset type from Cloudinary.
*
* @var string
*/
public $resource_type;
}
