tenants property

List<Tenant>? tenants
getter/setter pair

Tenants for the current client.

Implementation

core.List<Tenant>? tenants;