# PassResponseImportResult


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**index** | **number** |  | [default to undefined]
**passId** | **string** |  | [default to undefined]
**status** | **string** |  | [default to undefined]
**message** | **string** |  | [default to undefined]

## Example

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

const instance: PassResponseImportResult = {
    index,
    passId,
    status,
    message,
};
```

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