mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 20:54:35 +02:00
Fixed types for DynamicObject::__name and DynamicObject::_type.
This commit is contained in:
parent
b19f88e8b8
commit
0d3ce60e4f
@ -20,8 +20,8 @@
|
||||
type DynamicObject {
|
||||
number __abstract,
|
||||
number __local,
|
||||
number __name,
|
||||
number __type,
|
||||
string __name,
|
||||
string __type,
|
||||
|
||||
dictionary methods {
|
||||
string *,
|
||||
|
Loading…
x
Reference in New Issue
Block a user