tenants property

JsonList<Tenant> tenants
getter/setter pair

List of tenants the user belongs to.

Implementation

JsonList<Tenant> tenants = JsonList<Tenant>("tenants");