Current File : /home/resuelf/www/wp-content/plugins/nitropack/nitropack-sdk/NitroPack/SDK/ExcludeEntry.php
<?php
namespace NitroPack\SDK;

class ExcludeEntry {
    public $resourceType = NULL;
    public $resourceRelation = NULL;
    public $device = NULL;
    public $layout = NULL;
    public $string = "";
    public $operation;

    public function __construct()
    {
        $this->operation = new \stdClass();
    }
}