mirror of
https://github.com/Icinga/icinga2.git
synced 2026-03-09 17:50:59 -04:00
13 lines
142 B
Text
13 lines
142 B
Text
|
|
#include "base/dynamicobject.h"
|
||
|
|
|
||
|
|
namespace icinga
|
||
|
|
{
|
||
|
|
|
||
|
|
class Script : DynamicObject
|
||
|
|
{
|
||
|
|
[config] String language;
|
||
|
|
[config] String "code";
|
||
|
|
};
|
||
|
|
|
||
|
|
}
|