Tenant represents a tenant with an id, a name, and a timestamp indicating when it was created.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The ID of the tenant. | [optional] |
| name | String | The name of the tenant. | [optional] |
| createdAt | OffsetDateTime | The time at which the tenant was created. | [optional] |