# PassAttributeImportSummary


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | **number** |  | [default to undefined]
**updated** | **number** |  | [default to undefined]
**unchanged** | **number** |  | [default to undefined]
**conflicted** | **number** |  | [default to undefined]
**results** | [**Array&lt;PassAttributeImportResult&gt;**](PassAttributeImportResult.md) |  | [default to undefined]

## Example

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

const instance: PassAttributeImportSummary = {
    created,
    updated,
    unchanged,
    conflicted,
    results,
};
```

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