# ApplicationStatus

Describes the application status regarding the data access

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dataAccessState** | **string** | Data access state | [optional] [default to undefined]

## Example

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

const instance: ApplicationStatus = {
    dataAccessState,
};
```

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