Unions

In this section

About unions

A union is a type of object representing many objects.

{% for union in reference.unions %}

{{ union.name }}

{{ union.description|default('', True)|markdown|safe }}

Possible types


{% endfor %}