interface ZoneReference {
    id: string;
    obj?: Zone;
    typeId: "zone";
}

Properties

Properties

id: string

Unique identifier of the referenced Zone.

obj?: Zone

Contains the representation of the expanded Zone. Only present in responses to requests with Reference Expansion for Zones.

typeId: "zone"

Generated using TypeDoc