qom: Introduce ObjectPropertyIterator struct for iteration
[qemu/cris-port.git] / tests / qapi-schema / flat-union-clash-branch.out
blob8e0da73600137be3f83447a593374bec6675118a
1 object :empty
2 object Base
3     member enum1: TestEnum optional=False
4     member c_d: str optional=True
5 object Branch1
6     member string: str optional=False
7 object Branch2
8     member value: int optional=False
9 enum TestEnum ['base', 'c-d']
10 object TestUnion
11     base Base
12     tag enum1
13     case base: Branch1
14     case c-d: Branch2