# PortalSettings

Represents portal settings for an individual client.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**encodedKey** | **string** | The encoded key of the entity, generated, globally unique | [optional] [readonly] [default to undefined]
**lastLoggedInDate** | **string** | The last date the client logged in to the portal. | [optional] [default to undefined]
**portalState** | **string** | The state of the client portal for a client | [optional] [default to undefined]

## Example

```typescript
import { PortalSettings } from './api';

const instance: PortalSettings = {
    encodedKey,
    lastLoggedInDate,
    portalState,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
