# IntegrationAllOfDetails


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**IntegrationType**](IntegrationType.md) |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**logo** | **string** |  | [default to undefined]

## Example

```typescript
import { IntegrationAllOfDetails } from '@connectedxm/admin-sdk';

const instance: IntegrationAllOfDetails = {
    type,
    name,
    description,
    logo,
};
```

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