# AppConnectionStatusDTO


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]
**preset** | **string** |  | [optional] [default to undefined]
**logo** | **string** |  | [optional] [default to undefined]
**connected** | **boolean** |  | [optional] [default to undefined]
**ownerType** | **string** |  | [optional] [default to undefined]
**ownerUserUuid** | **string** |  | [optional] [default to undefined]
**accountLabel** | **string** |  | [optional] [default to undefined]
**connectedAt** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { AppConnectionStatusDTO } from '@caraer/client';

const instance: AppConnectionStatusDTO = {
    id,
    name,
    label,
    preset,
    logo,
    connected,
    ownerType,
    ownerUserUuid,
    accountLabel,
    connectedAt,
};
```

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