Sha256: e7fb2501c9272b8c4300246083276c140e3fc1d91d2dca4741f1ef081b05c31a

Contents?: true

Size: 1.91 KB

Versions: 50

Compression:

Stored size: 1.91 KB

Contents

# SunshineConversationsClient::Device

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique ID of the device. | [optional] 
**type** | **String** | The type of integration that the device represents. | [optional] 
**guid** | **String** | A unique identifier for the device, generated client-side by the SDK. | [optional] 
**client_id** | **String** | The id of the client to which this device is associated. | [optional] 
**status** | **String** | The device status. Indicates if the device will receive push notifications or not. | [optional] 
**integration_id** | **String** | The ID of the integration that the device was created for. | [optional] 
**last_seen** | **String** | A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing the last time the user interacted with this device. | [optional] 
**push_notification_token** | **String** | The token used for push notifications on Android and iOS devices. | [optional] 
**info** | [**Object**](.md) | A flat curated object with properties that vary for each SDK platform. All keys are optional and not guaranteed to be available. | [optional] 
**app_version** | **String** | Version of the mobile app in which the SDK is embedded. Not applicable for devices of type web. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Device.new(id: de13bee15b51033b34162411,
                                 type: null,
                                 guid: null,
                                 client_id: null,
                                 status: null,
                                 integration_id: null,
                                 last_seen: null,
                                 push_notification_token: null,
                                 info: null,
                                 app_version: null)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/Device.md
sunshine-conversations-client-14.3.3 docs/Device.md
sunshine-conversations-client-14.3.2 docs/Device.md
sunshine-conversations-client-14.3.1 docs/Device.md
sunshine-conversations-client-14.3.0 docs/Device.md
sunshine-conversations-client-14.2.0 docs/Device.md
sunshine-conversations-client-14.1.0 docs/Device.md
sunshine-conversations-client-14.0.0 docs/Device.md
sunshine-conversations-client-13.2.0 docs/Device.md
sunshine-conversations-client-13.1.0 docs/Device.md
sunshine-conversations-client-13.0.0 docs/Device.md
sunshine-conversations-client-12.8.0 docs/Device.md
sunshine-conversations-client-12.7.0 docs/Device.md
sunshine-conversations-client-12.6.2 docs/Device.md
sunshine-conversations-client-12.6.1 docs/Device.md
sunshine-conversations-client-12.6.0 docs/Device.md
sunshine-conversations-client-12.5.1 docs/Device.md
sunshine-conversations-client-12.4.0 docs/Device.md
sunshine-conversations-client-12.3.1 docs/Device.md
sunshine-conversations-client-12.3.0 docs/Device.md