# BasePushDevice


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**model** | **string** |  | [default to undefined]
**brand** | **string** |  | [default to undefined]
**osName** | **string** |  | [default to undefined]
**osVersion** | **string** |  | [default to undefined]
**deviceYearClass** | **number** |  | [default to undefined]
**manufacturer** | **string** |  | [default to undefined]
**supportedCpuArchitectures** | **string** |  | [default to undefined]
**totalMemory** | **number** |  | [default to undefined]
**pushService** | [**PushService**](PushService.md) |  | [default to undefined]
**login** | [**BaseLogin**](BaseLogin.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: BasePushDevice = {
    id,
    name,
    model,
    brand,
    osName,
    osVersion,
    deviceYearClass,
    manufacturer,
    supportedCpuArchitectures,
    totalMemory,
    pushService,
    login,
    createdAt,
    updatedAt,
};
```

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